Changeset 53
- Timestamp:
- Apr 28, 2003, 8:12:08 PM (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.5
to1.6
r52 r53 49 49 50 50 # EMX include directory 51 # /emx/ is not emx here. 51 52 #SYSTEM_HEADER_DIR = /emx/include 52 SYSTEM_HEADER_DIR = $(PATH_EMXPGCC)/include 53 NATIVE_SYSTEM_HEADER_DIR = $(PATH_EMXPGCC)/include 54 53 55 # When compiling libgcc with the fresh xgcc, we still need the system headers 56 # bird: this doesn't work for me... What am I doing wrong? 54 57 #LIBGCC2_INCLUDES = -I$(SYSTEM_HEADER_DIR) 55 LIBGCC2_INCLUDES = 58 56 59 # Same when compiling stage 2, 3 etc 60 # bird: this doesn't work for me... What am I doing wrong? 57 61 #T_CFLAGS = -I$(SYSTEM_HEADER_DIR) 58 T_CFLAGS =59 62 60 63 # Copy these files to include/ subdirectory … … 69 72 70 73 stage1 stage2 stage3 stage4: 74 echo "t-emx hacks: $@ starting" 71 75 -mv -f *.exe *.ready st mt s-libgcc $@ 72 76 -rm -f $@/$(LIBGCC) 77 echo "t-emx hacks: $@ done" 73 78 74 79 # Some final polishing of libgcc ... 80 # 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? 75 82 $(ALL): s-libgcc 76 83 s-libgcc: $(LIBGCC) 84 echo "t-emx hacks: $@ starting" 77 85 mv -f st/libgcc.a st/gcc.a 78 86 mv -f st/libgcc_eh.a st/gcc_eh.a … … 91 99 rm -f __main.o emx-ctordtor.o emx-eh.o emx-dllinit.o 92 100 $(STAMP) s-libgcc 101 echo "t-emx hacks: $@ done" 93 102 94 103 emx.o: $(srcdir)/config/i386/emx.c $(RTL_H) $(TREE_H) $(CONFIG_H) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.