Changeset 57
- Timestamp:
- Apr 29, 2003, 12:16:46 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/t-emx
-
Property cvs2svn:cvs-rev
changed from
1.7
to1.8
r56 r57 24 24 25 25 # Override linker flags 26 # bird: the -B specification doesn't work too well here... 26 27 #LDFLAGS = -Zexe -Zcrtdll -B/emx/lib 27 28 #LDFLAGS = -Zexe -Zcrtdll -B$(PATH_EMXPGCC)/lib 28 29 LDFLAGS = -Zexe -Zcrtdll 30 31 # GCC Boot Flags (stage2+) 32 # Note! -Zcrtdll requires the st&mt subdirs of each stage[1-3] to be in the libpath - env.cmd takes care of that. 33 BOOT_LDFLAGS = -s -Zexe -Zcrtdll 34 BOOT_CFLAGS = -s -O2 -mcpu=pentium -mpreferred-stack-boundary=2 -malign-strings=0 -falign-loops=2 -falign-jumps=2 -falign-functions=2 29 35 30 36 # Add the 's' flag to $AR so that we don't need ranlib … … 60 66 # bird: this doesn't work for me... What am I doing wrong? 61 67 #T_CFLAGS = -I$(SYSTEM_HEADER_DIR) 68 # bird: flags for GCC bootstrapping (stage2+) 62 69 63 70 # Copy these files to include/ subdirectory … … 79 86 # Some final polishing of libgcc ... 80 87 # r=bird: Isn't this done a little bit too late to link all the gcc compilers 81 # and such agains the right [sm]t/gcc$(gccdll_version).a? 88 # and such agains the right [sm]t/gcc$(gccdll_version).a? 82 89 $(ALL): s-libgcc 83 90 s-libgcc: $(LIBGCC) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.