Changeset 471


Ignore:
Timestamp:
Jul 29, 2003, 3:40:39 PM (22 years ago)
Author:
bird
Message:

GCC_OMF hacking.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.19 to 1.20
    r470 r471  
    4141        -d "GNU C runtime shared library version $(gcc_version)" \
    4242        -libf "INITINSTANCE TERMGLOBAL" -lc_alias -lc_dll  \
    43         && $$(GCC_OMF)ar rs $$(@D)/$(SHLIB_BASENAME).a libgcc/$$(@D)/__main.o libgcc/$$(@D)/emx-ctordtor.o libgcc/$$(@D)/emx-eh.o \
     43        && realar rs $$(@D)/$(SHLIB_BASENAME).a libgcc/$$(@D)/__main.o libgcc/$$(@D)/emx-ctordtor.o libgcc/$$(@D)/emx-eh.o \
    4444        && emxomf -o $$(@D)/$(SHLIB_BASENAME).lib $$(@D)/$(SHLIB_BASENAME).a \
    4545    && touch $$@
Note: See TracChangeset for help on using the changeset viewer.