mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
Do not override the CFLAGS with its standard value. At some point,
different architectures may choose to use different default values for CFLAGS, for example. (It was added in rev. 1.200 as a measure to make boot images fit the floppies, and was never reverted.)
This commit is contained in:
parent
4e37855e01
commit
fc6866d767
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99776
@ -339,7 +339,6 @@ rerelease release:
|
||||
echo "#!/bin/sh" > ${CHROOTDIR}/mk
|
||||
echo "set -ex" >> ${CHROOTDIR}/mk
|
||||
echo "_RELTARGET=\$${1:-doRELEASE}" >> ${CHROOTDIR}/mk
|
||||
echo "export CFLAGS='-O -pipe'" >> ${CHROOTDIR}/mk
|
||||
echo "export WITHOUT_X11=YES" >> ${CHROOTDIR}/mk
|
||||
echo "export DISTRIBUTIONS=\"${DISTRIBUTIONS}\"" >> ${CHROOTDIR}/mk
|
||||
echo "export BUILDNAME=${BUILDNAME}" >> ${CHROOTDIR}/mk
|
||||
|
Loading…
Reference in New Issue
Block a user