Changeset 654


Ignore:
Timestamp:
Mar 8, 2010, 3:45:41 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: os2/gnumake: Use -Wl, to pass the object list response file to the linker as is instead of the expanded list of objects (this overcomes the 64KB limitation of the total process command line length in OS/2).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/os2-g++/qmake.conf

    r534 r654  
    106106QMAKE_LFLAGS_LIB        = -l
    107107
    108 QMAKE_RUN_LINK          = $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(DEF_FILE) $$QMAKE_OBJECTS_REF $(LIBS)
     108QMAKE_RUN_LINK          = $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(DEF_FILE) -Wl,$$QMAKE_OBJECTS_REF $(LIBS)
    109109QMAKE_RUN_IMPLIB        = emximp -p 128 -o $(TARGET_IMPLIB) $(DEF_FILE)
    110110
Note: See TracChangeset for help on using the changeset viewer.