summaryrefslogtreecommitdiff
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2002-01-10 03:52:54 +0000
committerMike Smith <msmith@FreeBSD.org>2002-01-10 03:52:54 +0000
commitee3c29eb792f2ce3e323671488eb4f6cf454fcf1 (patch)
tree1779112d1fb53df8bc0264f0910cefb70b306789 /sys/modules/linux
parent0b3178a45cd08a2387bff09a2844deacc97ae1e7 (diff)
Notes
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 5184c0b07581..a1509b70f079 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -28,7 +28,7 @@ linux_locore.o: linux_locore.s linux_assym.h
${.IMPSRC} -o ${.TARGET}
linux_genassym.o: linux_genassym.c linux.h @ machine
- ${CC} -c ${CFLAGS} ${.IMPSRC}
+ ${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC}
opt_compat.h:
echo "#define COMPAT_43 1" > opt_compat.h