From 8cc551e045e25036f24e67e63defedacc4d6c203 Mon Sep 17 00:00:00 2001 From: msmith Date: Thu, 10 Jan 2002 03:52:54 +0000 Subject: genassym depends on the presence of common variables, disable the use of -fno-common in this case. --- sys/modules/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/linux') diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 5184c0b..a1509b7 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 -- cgit v1.1