genassym depends on the presence of common variables, disable the use

of -fno-common in this case.
This commit is contained in:
msmith 2002-01-10 03:52:54 +00:00
parent 2737f347a2
commit bfdfbc8ee1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -24,7 +24,7 @@ svr4_locore.o: svr4_locore.s svr4_assym.h
${.IMPSRC} -o ${.TARGET}
svr4_genassym.o: svr4_genassym.c svr4.h @ machine
${CC} -c ${CFLAGS} ${.IMPSRC}
${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC}
opt_compat.h:
echo "#define COMPAT_43 1" > opt_compat.h