diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2013-06-17 21:30:46 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2013-06-17 21:30:46 +0000 |
| commit | a8edf7955065ffa8c8bd19db29208ac19ceeb473 (patch) | |
| tree | 1ffab2a1ea787f61a6225a01fbacf765abf50b01 /sys/modules/linux | |
| parent | 8587d5deac7ca3e1a502f04d0eebd683bf4bed69 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 95f59207c63e..9d8dcf9346e2 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -52,7 +52,7 @@ linux${SFX}_support.o: linux${SFX}_support.s assym.s linux${SFX}_assym.h ${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \ ${.IMPSRC} -o ${.TARGET} -linux${SFX}_genassym.o: linux${SFX}_genassym.c linux.h @ machine +linux${SFX}_genassym.o: linux${SFX}_genassym.c linux.h @ machine x86 ${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC} .if !defined(KERNBUILDDIR) |
