Changeset 282


Ignore:
Timestamp:
Jun 3, 2003, 2:12:51 AM (22 years ago)
Author:
bird
Message:

#383: dropp the spec hacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Makefile

    • Property cvs2svn:cvs-rev changed from 1.32 to 1.33
    r281 r282  
    648648#   non release builds - This overrides some stuff in src/gcc/gcc/config/i386/t-emx!
    649649# For the 2nd stage we need a hack for using the right specs when linking...
    650 SPEC_HACK = $(if $(wildchar $(PATH_OBJ)/.all-stage1),\
    651               -specs $(PATH_TOP)/src/emx/src/lib/libc.specs, \
    652               -specs $(PATH_TOP)/tools/x86.os2/gcc/staged/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/specs)
     650#SPEC_HACK = $(if $(wildchar $(PATH_OBJ)/.all-stage1),\
     651#              -specs $(PATH_TOP)/src/emx/src/lib/libc.specs, \
     652#              -specs $(PATH_TOP)/tools/x86.os2/gcc/staged/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/specs)
     653SPECS_HACK =
    653654gcc-build-it: \
    654655                $(PATH_OBJ)/gcc/.ts.configured
     
    717718
    718719# Install to builttools directory.     
     720##     WARNING! Another spec HACK!
    719721gcc-builttools-stage2:
    720722        $(MAKE) -C $(PATH_OBJ)/gcc prefix=$(PATH_BUILTTOOLSD) install
     723##      cp $(PATH_TOP)/src/emx/src/lib/libc.specs $(PATH_OBJ)/gcc/gcc/specs
    721724
    722725               
     
    932935                                                                       
    933936# Install the compiled emx stuff to builttools.
    934 emx-builttools-stage2: emx-builttools-stage2-specs
     937##emx-builttools-stage2: emx-builttools-stage2-specs
     938emx-builttools-stage2:
    935939        $(MAKE) -C $(PATH_TOP)/src/emx $(EMX_DEFINES) INS=$(PATH_BUILTTOOLS)/  install
    936940
    937 # bird: for now we will just replace the specs with the constantly updated libc specs. 
     941## bird: for now we will just replace the specs with the constantly updated libc specs.
    938942emx-builttools-stage2-specs:
    939         -mv -f $(PATH_BUILTTOOLS)/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/specs \
    940                    $(PATH_BUILTTOOLS)/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/emxspecs
    941         cp $(PATH_TOP)/src/emx/src/lib/libc.specs \
    942                    $(PATH_BUILTTOOLS)/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/specs
     943##      -mv -f $(PATH_BUILTTOOLS)/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/specs \
     944##                 $(PATH_BUILTTOOLS)/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/emxspecs
     945##      cp $(PATH_TOP)/src/emx/src/lib/libc.specs \
     946##                 $(PATH_BUILTTOOLS)/lib/gcc-lib/i386-pc-os2-emx/$(GCC_VERSION)/specs
    943947
    944948
Note: See TracChangeset for help on using the changeset viewer.