mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Hex constants should only have one '0x' prefix.
This commit is contained in:
parent
74274b67f4
commit
c98405d7d1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40531
@ -12,7 +12,7 @@ CFLAGS+= -mno-fp-regs
|
||||
CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}
|
||||
CFLAGS+= -I${LIBSTANDDIR}
|
||||
CFLAGS+= -I${.CURDIR}/..
|
||||
CFLAGS+= -DSECONDARY_LOAD_ADDRESS=0x${SECONDARY_LOAD_ADDRESS} -DMINIMAL
|
||||
CFLAGS+= -DSECONDARY_LOAD_ADDRESS=${SECONDARY_LOAD_ADDRESS} -DMINIMAL
|
||||
NOMAN=1
|
||||
STRIP=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user