Changeset 57


Ignore:
Timestamp:
Apr 29, 2003, 12:16:46 AM (22 years ago)
Author:
bird
Message:

BOOT_* flags for GCC compiler bootstrap.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/t-emx

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r56 r57  
    2424
    2525# Override linker flags
     26# bird: the -B specification doesn't work too well here...
    2627#LDFLAGS = -Zexe -Zcrtdll -B/emx/lib
    2728#LDFLAGS = -Zexe -Zcrtdll -B$(PATH_EMXPGCC)/lib
    2829LDFLAGS = -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.
     33BOOT_LDFLAGS = -s -Zexe -Zcrtdll
     34BOOT_CFLAGS  = -s -O2 -mcpu=pentium -mpreferred-stack-boundary=2 -malign-strings=0 -falign-loops=2 -falign-jumps=2 -falign-functions=2
    2935
    3036# Add the 's' flag to $AR so that we don't need ranlib
     
    6066# bird: this doesn't work for me... What am I doing wrong?
    6167#T_CFLAGS = -I$(SYSTEM_HEADER_DIR)
     68# bird: flags for GCC bootstrapping (stage2+)
    6269
    6370# Copy these files to include/ subdirectory
     
    7986# Some final polishing of libgcc ...
    8087# 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?
    8289$(ALL): s-libgcc
    8390s-libgcc: $(LIBGCC)
Note: See TracChangeset for help on using the changeset viewer.