View | Details | Raw Unified | Return to issue 22404
Collapse All | Expand All

(-)util/makefile.mk (+4 lines)
Lines 101-106 Link Here
101
101
102
# --- Linken der Applikation ---------------------------------------
102
# --- Linken der Applikation ---------------------------------------
103
103
104
.IF "$(OS)" == "MACOSX"
105
LINKFLAGSAPPGUI!:=	$(LINKFLAGSAPPGUI:s/-bind_at_load//)
106
.ENDIF # MACOSX
107
104
.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD"
108
.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD"
105
# #74158# linux needs sal/vos/tools at end of link list, solaris needs it first,
109
# #74158# linux needs sal/vos/tools at end of link list, solaris needs it first,
106
# winXX is handled like solaris for now
110
# winXX is handled like solaris for now

Return to issue 22404