b4b193d2e7
- calm processor warnings for assembler code on 5-CURRENT - mark the Alpha as currently unsupported - update WWW: link. Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
11 lines
303 B
Text
11 lines
303 B
Text
--- src/runtime/objs/mk.x86-freebsd.orig Mon Nov 6 22:41:04 2000
|
|
+++ src/runtime/objs/mk.x86-freebsd Mon Mar 17 01:43:31 2003
|
|
@@ -10,7 +10,7 @@
|
|
ARFLAGS = Trcv
|
|
CC = gcc -ansi
|
|
CFLAGS = -O2
|
|
-CPP = gcc -x c -E -P -ansi
|
|
+CPP = gcc -x assembler-with-cpp -E -P -ansi
|
|
#CPP = /usr/bin/cpp -P
|
|
|
|
XOBJS =
|