Changeset 1671 for trunk/Makefile


Ignore:
Timestamp:
Nov 30, 2004, 10:34:52 PM (21 years ago)
Author:
bird
Message:

Generate the gcc import .def.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    • Property cvs2svn:cvs-rev changed from 1.99 to 1.100
    r1670 r1671  
    10061006        mkdir -p $(PATH_OBJ)/gcc
    10071007        $(MAKE) $(MAKEOPT) -j 1 -C $(PATH_OBJ)/gcc -f $(MAKEFILE) $@-it
     1008       
     1009# let the build/bootstrap create the gcc import .def file before kicking off a build.
     1010gcc-bootstrap gcc-build: src/gcc/gcc/config/i386/emx-libgcc_so_d.def
     1011src/gcc/gcc/config/i386/emx-libgcc_so_d.def: src/emx/src/lib/libgcc_d.awk $(PATH_OBJD)/emx/omf/libc.def src/emx/src/lib/libc.def
     1012        $(GAWK) -f src/emx/src/lib/libgcc_d.awk $(filter %.def,$^) > $@
    10081013
    10091014
Note: See TracChangeset for help on using the changeset viewer.