Changeset 445


Ignore:
Timestamp:
Jul 25, 2003, 8:07:35 PM (22 years ago)
Author:
bird
Message:

Don't export emx-dllinit.o.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.17 to 1.18
    r444 r445  
    3737        -d "GNU C runtime shared library version $(gcc_version)" \
    3838        -libf "INITINSTANCE TERMGLOBAL" -lc_alias -lc_dll \
    39         && ar rs $$(@D)/$(SHLIB_BASENAME).a libgcc/$$(@D)/__main.o libgcc/$$(@D)/emx-ctordtor.o libgcc/$$(@D)/emx-eh.o libgcc/$$(@D)/emx-dllinit.o \
     39        && ar rs $$(@D)/$(SHLIB_BASENAME).a libgcc/$$(@D)/__main.o libgcc/$$(@D)/emx-ctordtor.o libgcc/$$(@D)/emx-eh.o \
    4040    && touch $$@
    4141SHLIB_SUBDIR  = .
Note: See TracChangeset for help on using the changeset viewer.