Home
last modified time | relevance | path

Searched refs:STAGE2_CFLAGS (Results 1 – 15 of 15) sorted by relevance

/titanic_52/usr/src/grub/grub-0.97/netboot/
H A DMakefile.am26 libdrivers_a_CFLAGS = $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
77 # $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
82 $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
87 $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
92 # $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
97 $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
102 # $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
107 # $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
112 $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
117 $(COMPILE) $(STAGE2_CFLAGS)
[all...]
H A DMakefile.in139 STAGE2_CFLAGS = @STAGE2_CFLAGS@
200 libdrivers_a_CFLAGS = $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
967 $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
972 $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
977 $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
982 $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
987 $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
992 $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
997 $(COMPILE) $(STAGE2_CFLAGS)
[all...]
/titanic_52/usr/src/grub/grub-0.97/stage2/
H A DMakefile.solaris38 STAGE1_5_CFLAGS = $(STAGE2_CFLAGS) -DNO_DECOMPRESSION=1 -DSTAGE1_5=1
39 STAGE2_CFLAGS = -Os -fno-builtin -nostdinc \
41 $(STAGE2_NETBOOT)STAGE2_CFLAGS += $(NETBOOT_CFLAGS)
42 #STAGE2_CFLAGS += $(HERCULES_CFLAGS)
188 $(DISKLESS_ASMOBJS) := CCASFLAGS = $(BASE_CCASFLAGS) $(STAGE2_CFLAGS) \
192 $(DISKLESS_OBJS) := CFLAGS = $(BASE_CFLAGS) $(STAGE2_CFLAGS) \
354 $(NBLOADER_ASMOBJS) := CCASFLAGS = $(BASE_CCASFLAGS) $(STAGE2_CFLAGS)
401 $(PRE_STAGE2_ASMOBJS) := CCASFLAGS = $(BASE_CCASFLAGS) $(STAGE2_CFLAGS) \
404 $(PRE_STAGE2_OBJS) := CFLAGS = $(BASE_CFLAGS) $(STAGE2_CFLAGS) \
420 $(PXELOADER_ASMOBJS) := CCASFLAGS = $(BASE_CCASFLAGS) $(STAGE2_CFLAGS)
[all...]
H A DMakefile.am93 STAGE2_COMPILE = $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
H A DMakefile.in433 STAGE2_CFLAGS = @STAGE2_CFLAGS@
535 STAGE2_COMPILE = $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
/titanic_52/usr/src/grub/grub-0.97/
H A Dconfigure.ac96 STAGE2_CFLAGS="-Os"
98 STAGE2_CFLAGS="-O2 -fno-strength-reduce -fno-unroll-loops"
113 STAGE2_CFLAGS="$STAGE2_CFLAGS -fno-stack-protector"
119 AC_SUBST(STAGE2_CFLAGS) subst
H A DMakefile.in143 STAGE2_CFLAGS = @STAGE2_CFLAGS@
H A Dconfigure314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar build build_cpu build_vendor build_os host host_cpu host_vendor host_os MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT PERL CC ac_ct_CC CFLAGS LDFLAGS CPPFLAGS EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CCAS RANLIB ac_ct_RANLIB STAGE1_CFLAGS STAGE2_CFLAGS GRUB_CFLAGS OBJCOPY ac_ct_OBJCOPY GRUB_LIBS CPP EGREP NETBOOT_SUPPORT_TRUE NETBOOT_SUPPORT_FALSE DISKLESS_SUPPORT_TRUE DISKLESS_SUPPORT_FALSE HERCULES_SUPPORT_TRUE HERCULES_SUPPORT_FALSE SERIAL_SUPPORT_TRUE SERIAL_SUPPORT_FALSE SERIAL_SPEED_SIMULATION_TRUE SERIAL_SPEED_SIMULATION_FALSE BUILD_EXAMPLE_KERNEL_TRUE BUILD_EXAMPLE_KERNEL_FALSE FSYS_CFLAGS NET_CFLAGS NET_EXTRAFLAGS NETBOOT_DRIVERS CCASFLAGS LIBOBJS LTLIBOBJS'
3477 STAGE2_CFLAGS="-Os"
3479 STAGE2_CFLAGS="-O2 -fno-strength-reduce -fno-unroll-loops"
3542 STAGE2_CFLAGS="$STAGE2_CFLAGS -fno-stack-protector"
6811 s,@STAGE2_CFLAGS@,$STAGE2_CFLAGS,;t t
H A Dconfig.status.solaris549 s,@STAGE2_CFLAGS@,-Os,;t t
H A DChangeLog557 * configure.ac (STAGE2_CFLAGS): Check if -fno-stack-protector is
8180 (STAGE2_CFLAGS): Set to "-Os" if this option is available,
8186 (STAGE2_COMPILE): Prepended @STAGE2_CFLAGS@.
/titanic_52/usr/src/grub/grub-0.97/lib/
H A DMakefile.in138 STAGE2_CFLAGS = @STAGE2_CFLAGS@
/titanic_52/usr/src/grub/grub-0.97/stage1/
H A DMakefile.in144 STAGE2_CFLAGS = @STAGE2_CFLAGS@
/titanic_52/usr/src/grub/grub-0.97/grub/
H A DMakefile.in139 STAGE2_CFLAGS = @STAGE2_CFLAGS@
/titanic_52/usr/src/grub/grub-0.97/util/
H A DMakefile.in144 STAGE2_CFLAGS = @STAGE2_CFLAGS@
/titanic_52/usr/src/grub/grub-0.97/docs/
H A DMakefile.in161 STAGE2_CFLAGS = @STAGE2_CFLAGS@