aboutsummaryrefslogtreecommitdiff
path: root/stand/powerpc/kboot/Makefile
diff options
context:
space:
mode:
authorLeandro Lupori <luporl@FreeBSD.org>2019-05-20 19:21:35 +0000
committerLeandro Lupori <luporl@FreeBSD.org>2019-05-20 19:21:35 +0000
commitff7449d6f5a43a68e92bfaeb2de1f0bc6cc3acc7 (patch)
treefa3cd631dd9eb7bbac5bcc0f82a8b962c3b845f6 /stand/powerpc/kboot/Makefile
parenta1fa04c0673094b44b3a03121f43821939a7f3b5 (diff)
downloadsrc-ff7449d6f5a43a68e92bfaeb2de1f0bc6cc3acc7.tar.gz
src-ff7449d6f5a43a68e92bfaeb2de1f0bc6cc3acc7.zip
[PowerPC64] stand: fix build using clang 8 as compiler
This change fixes "stand" build issues when using clang 8 as compiler. Submitted by: alfredo.junior_eldorado.org.br Reviewed by: jhibbits Differential Revision: https://reviews.freebsd.org/D20026
Notes
Notes: svn path=/head/; revision=348005
Diffstat (limited to 'stand/powerpc/kboot/Makefile')
-rw-r--r--stand/powerpc/kboot/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/stand/powerpc/kboot/Makefile b/stand/powerpc/kboot/Makefile
index 8a6a0dee6544..671db88a14a9 100644
--- a/stand/powerpc/kboot/Makefile
+++ b/stand/powerpc/kboot/Makefile
@@ -36,9 +36,6 @@ CFLAGS+= -DRELOC=${RELOC}
LDFLAGS= -nostdlib -static -T ${.CURDIR}/ldscript.powerpc
-# 64-bit bridge extensions
-CFLAGS+= -Wa,-mppc64bridge
-
DPADD= ${LDR_INTERP} ${LIBOFW} ${LIBFDT} ${LIBSA}
LDADD= ${LDR_INTERP} ${LIBOFW} ${LIBFDT} ${LIBSA}