genassym depends on the presence of common variables, disable the use
of -fno-common in this case.
This commit is contained in:
parent
2737f347a2
commit
bfdfbc8ee1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user