mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
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:
parent
0eac2d6be3
commit
b9856e92ac
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222898
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user