From d9ec6741754a1889b65aec47390cb940d4157ea8 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 11 Jan 2002 07:52:02 +0000 Subject: [PATCH] genassym builds need the -fno-common stripped out. --- sys/conf/files.alpha | 2 +- sys/conf/files.i386 | 4 ++-- sys/conf/files.pc98 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha index 5f12a5e2525e..8d3e222afde0 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 104395397103..b4fc44d2a279 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 f940af3fd722..aed10db6e6ea 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" #