summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-11 16:27:04 +0000
committerru <ru@FreeBSD.org>2002-07-11 16:27:04 +0000
commitc6cffca3bf0f31c0177b3eea77454ee445c4868f (patch)
treee6e757aea80f299450c5c2b151d8b6f9286f88b8 /release
parent5b169b54b872927977c851631d464c27ef5fa10a (diff)
downloadFreeBSD-src-c6cffca3bf0f31c0177b3eea77454ee445c4868f.zip
FreeBSD-src-c6cffca3bf0f31c0177b3eea77454ee445c4868f.tar.gz
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.)
Diffstat (limited to 'release')
-rw-r--r--release/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index ec4eaed..3f8e40a 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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
OpenPOWER on IntegriCloud