summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-01-11 07:52:02 +0000
committerpeter <peter@FreeBSD.org>2002-01-11 07:52:02 +0000
commit746ae421e6699b6f3bf4b78d5339e5d6cc08743f (patch)
tree4823b1d02128a99d99a8487133e8793186ef80bb
parent91632d28403a696b245174de1e33d33d94d59c44 (diff)
downloadFreeBSD-src-746ae421e6699b6f3bf4b78d5339e5d6cc08743f.zip
FreeBSD-src-746ae421e6699b6f3bf4b78d5339e5d6cc08743f.tar.gz
genassym builds need the -fno-common stripped out.
-rw-r--r--sys/conf/files.alpha2
-rw-r--r--sys/conf/files.i3864
-rw-r--r--sys/conf/files.pc984
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index 5f12a5e..8d3e222 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -10,7 +10,7 @@
#
linux_genassym.o optional compat_linux \
dependency "$S/alpha/linux/linux_genassym.c" \
- compile-with "${CC} ${CFLAGS} -c ${.IMPSRC}" \
+ compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \
no-obj no-implicit-rule \
clean "linux_genassym.o"
#
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 1043953..b4fc44d 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -9,7 +9,7 @@
#
linux_genassym.o optional compat_linux \
dependency "$S/i386/linux/linux_genassym.c" \
- compile-with "${CC} ${CFLAGS} -c ${.IMPSRC}" \
+ compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \
no-obj no-implicit-rule \
clean "linux_genassym.o"
#
@@ -21,7 +21,7 @@ linux_assym.h optional compat_linux \
#
svr4_genassym.o optional compat_svr4 \
dependency "$S/i386/svr4/svr4_genassym.c" \
- compile-with "${CC} ${CFLAGS} -c ${.IMPSRC}" \
+ compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \
no-obj no-implicit-rule \
clean "svr4_genassym.o"
#
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index f940af3..aed10db 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -11,7 +11,7 @@
#
linux_genassym.o optional compat_linux \
dependency "$S/i386/linux/linux_genassym.c" \
- compile-with "${CC} ${CFLAGS} -c ${.IMPSRC}" \
+ compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \
no-obj no-implicit-rule \
clean "linux_genassym.o"
#
@@ -23,7 +23,7 @@ linux_assym.h optional compat_linux \
#
svr4_genassym.o optional compat_svr4 \
dependency "$S/i386/svr4/svr4_genassym.c" \
- compile-with "${CC} ${CFLAGS} -c ${.IMPSRC}" \
+ compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \
no-obj no-implicit-rule \
clean "svr4_genassym.o"
#
OpenPOWER on IntegriCloud