diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2016-10-31 11:13:36 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2016-10-31 11:13:36 +0000 |
| commit | 0362dbbd683bdb6a18828784371f1693fd2018e3 (patch) | |
| tree | fc95c49891c5b6649efdffd699d35ee4dd16d1e8 | |
| parent | a24d62b5334c3fc0aad6460d3cc74c8e4179720a (diff) | |
Notes
| -rw-r--r-- | sys/boot/efi/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/efi/Makefile.inc b/sys/boot/efi/Makefile.inc index 9d457f4a1055..671033c58e80 100644 --- a/sys/boot/efi/Makefile.inc +++ b/sys/boot/efi/Makefile.inc @@ -20,6 +20,7 @@ CFLAGS+= -mno-aes .if ${MACHINE_CPUARCH} == "aarch64" CFLAGS+= -fshort-wchar +CFLAGS+= -fPIC .endif .include "../Makefile.inc" |
