Add -Wa,-many to CFLAGS on PowerPC. This aids in building a kernel using

clang, which would otherwise complain about some 64-bit bridge mode
instructions.
This commit is contained in:
Nathan Whitehorn 2011-06-09 19:47:30 +00:00
parent 0eac2d6be3
commit b9856e92ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222898

View file

@ -35,7 +35,7 @@ LDSCRIPT_NAME?= ldscript.${MACHINE_ARCH}
INCLUDES+= -I$S/contrib/libfdt
CFLAGS+= -msoft-float
CFLAGS+= -msoft-float -Wa,-many
DDB_ENABLED!= grep DDB opt_ddb.h || true
.if !empty(DDB_ENABLED)