Changeset 53


Ignore:
Timestamp:
Apr 28, 2003, 8:12:08 PM (22 years ago)
Author:
bird
Message:

Added log notes about the hacking rules. Define NATIVE_SYSTEM_HEADER_DIR not SYSTEM_HEADER_DIR. Review question.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r52 r53  
    4949
    5050# EMX include directory
     51# /emx/ is not emx here.
    5152#SYSTEM_HEADER_DIR = /emx/include
    52 SYSTEM_HEADER_DIR = $(PATH_EMXPGCC)/include
     53NATIVE_SYSTEM_HEADER_DIR = $(PATH_EMXPGCC)/include
     54
    5355# 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?
    5457#LIBGCC2_INCLUDES = -I$(SYSTEM_HEADER_DIR)
    55 LIBGCC2_INCLUDES =
     58
    5659# Same when compiling stage 2, 3 etc
     60# bird: this doesn't work for me... What am I doing wrong?
    5761#T_CFLAGS = -I$(SYSTEM_HEADER_DIR)
    58 T_CFLAGS =
    5962
    6063# Copy these files to include/ subdirectory
     
    6972
    7073stage1 stage2 stage3 stage4:
     74        echo "t-emx hacks: $@ starting"
    7175        -mv -f *.exe *.ready st mt s-libgcc $@
    7276        -rm -f $@/$(LIBGCC)
     77        echo "t-emx hacks: $@ done"
    7378
    7479# 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?
    7582$(ALL): s-libgcc
    7683s-libgcc: $(LIBGCC)
     84        echo "t-emx hacks: $@ starting"
    7785        mv -f st/libgcc.a st/gcc.a
    7886        mv -f st/libgcc_eh.a st/gcc_eh.a
     
    9199        rm -f __main.o emx-ctordtor.o emx-eh.o emx-dllinit.o
    92100        $(STAMP) s-libgcc
     101        echo "t-emx hacks: $@ done"
    93102
    94103emx.o: $(srcdir)/config/i386/emx.c $(RTL_H) $(TREE_H) $(CONFIG_H)
Note: See TracChangeset for help on using the changeset viewer.