Hex constants should only have one '0x' prefix.

This commit is contained in:
Mike Smith 1998-10-20 02:43:28 +00:00
parent 74274b67f4
commit c98405d7d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40531

View File

@ -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=