mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Do not link with lsupc++. With the newest gcc3.1 version it seems not to
be necessary.
This commit is contained in:
parent
954b175db3
commit
d76901000b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60487
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ../solenv/inc/unxfbsdi.mk.orig Wed Oct 24 19:21:47 2001
|
||||
+++ ../solenv/inc/unxfbsdi.mk Wed May 29 14:32:50 2002
|
||||
@@ -1,84 +1,148 @@
|
||||
+++ ../solenv/inc/unxfbsdi.mk Sun Jun 2 11:20:10 2002
|
||||
@@ -1,84 +1,139 @@
|
||||
-
|
||||
# mak file fuer unxfbsdi
|
||||
|
||||
@ -55,10 +55,6 @@
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSOBJGUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
|
||||
-cc= gcc
|
||||
-CC= g++
|
||||
@ -78,6 +74,10 @@
|
||||
-CFLAGSSLOCUIMT= -fPIC
|
||||
-CFLAGSPROF= -pg
|
||||
-CFLAGSDEBUG= -g
|
||||
+# Compiler flags for compiling static object in multi threaded
|
||||
+# environment with character user interface
|
||||
+CFLAGSOBJCUIMT=-fPIC
|
||||
+
|
||||
+# Compiler flags for compiling shared object in multi threaded
|
||||
+# environment with graphical user interface
|
||||
+CFLAGSSLOGUIMT=-fPIC
|
||||
@ -166,15 +166,6 @@
|
||||
+# STLport always needs pthread.
|
||||
+LIBSTLPORT=$(DYNAMIC) -lstlport_gcc $(PTHREAD_LIBS)
|
||||
+LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) $(PTHREAD_LIBS)
|
||||
+
|
||||
+.IF "$(CVER)"=="C300"
|
||||
+STDLIBGUIMT+= -lsupc++
|
||||
+STDLIBCUIMT+= -lsupc++
|
||||
+STDSHLGUIMT+= -lsupc++
|
||||
+STDSHLCUIMT+= -lsupc++
|
||||
+LIBSTLPORT+= -lsupc++
|
||||
+LIBSTLPORTST+= -lsupc++
|
||||
+.ENDIF
|
||||
|
||||
+# default objectfilenames to lin
|
||||
STDOBJGUI=
|
||||
@ -198,7 +189,7 @@
|
||||
|
||||
IMPLIB=
|
||||
IMPLIBFLAGS=
|
||||
@@ -87,12 +151,12 @@
|
||||
@@ -87,12 +142,12 @@
|
||||
MAPSYMFLAGS=
|
||||
|
||||
RC=irc
|
||||
|
Loading…
Reference in New Issue
Block a user