There are still at least two different gcc bugs in our compiler, one issue has already been found by Alexander Kabaev <ak03@gte.com>. He's working on fixing the other.
12 lines
359 B
Makefile
12 lines
359 B
Makefile
--- ../xmlhelp/util/makefile.mk.orig Fri Nov 23 14:59:19 2001
|
|
+++ ../xmlhelp/util/makefile.mk Wed Apr 3 01:21:02 2002
|
|
@@ -97,7 +97,9 @@
|
|
SHL1TARGET=$(TARGET)$(UCP_VERSION)
|
|
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
|
|
SHL1IMPLIB=i$(TARGET)
|
|
+.IF "$(OS)"!="FREEBSD"
|
|
SHL1VERSIONMAP=exports.map
|
|
+.ENDIF
|
|
|
|
# Add additional libs here.
|
|
SHL1STDLIBS= \
|