diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2017-02-21 18:59:17 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2017-02-21 18:59:17 +0000 |
| commit | 0e8b3ab34883efedeeb5e0d3baa90ea98de1e692 (patch) | |
| tree | c0499e878db6433a0cb9dfda36fb28208ecef4df /sys/modules/linux64 | |
| parent | 6fec662c868d6b03932c9fbde07dd4f765f901cc (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux64')
| -rw-r--r-- | sys/modules/linux64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux64/Makefile b/sys/modules/linux64/Makefile index 1162b5597776..a5c8723b1b62 100644 --- a/sys/modules/linux64/Makefile +++ b/sys/modules/linux64/Makefile @@ -44,7 +44,7 @@ linux_support.o: assym.s linux_assym.h ${.IMPSRC} -o ${.TARGET} linux_genassym.o: - ${CC} -c ${CFLAGS:N-fno-common} ${.IMPSRC} + ${CC} -c ${CFLAGS:N-flto:N-fno-common} ${.IMPSRC} .if !defined(KERNBUILDDIR) .if defined(DEBUG) |
