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
287 B
Makefile
12 lines
287 B
Makefile
--- ../sal/util/makefile.mk.orig Sun Mar 17 12:51:30 2002
|
|
+++ ../sal/util/makefile.mk Wed Apr 3 01:04:34 2002
|
|
@@ -117,7 +117,9 @@
|
|
SHL1TARGET= $(TARGET)
|
|
SHL1IMPLIB= i$(TARGET)
|
|
|
|
+.IF "$(OS)"!="FREEBSD"
|
|
SHL1VERSIONMAP= $(TARGET).map
|
|
+.ENDIF
|
|
|
|
.IF "$(GUI)"=="WNT"
|
|
.IF "$(COM)"!="GCC"
|