View | Details | Raw Unified | Return to bug 5942
Collapse All | Expand All

(-)sal/util/makefile.mk.foo (+4 lines)
Lines 146-151 Link Here
146
SHL1STDLIBS+=-init InitLibrary -term ExitLibrary
146
SHL1STDLIBS+=-init InitLibrary -term ExitLibrary
147
.ENDIF # MAC
147
.ENDIF # MAC
148
148
149
.IF "$(OS)"=="LINUX"
150
SHL1STDLIBS+= -Wl,-Bstatic -lsupc++ -Wl,-Bdynamic -lgcc_s
151
.ENDIF
152
149
.IF "$(GUI)"=="UNX"
153
.IF "$(GUI)"=="UNX"
150
.IF "$(OS)"=="SOLARIS"
154
.IF "$(OS)"=="SOLARIS"
151
# libposix4.so (SunOS 5.6) <-> librt.so (SunOS >= 5.7)
155
# libposix4.so (SunOS 5.6) <-> librt.so (SunOS >= 5.7)

Return to bug 5942