aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-07-23 20:03:42 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-07-23 20:03:42 +0000
commit2a51529f7e23df8b4c4d8f1ebce4c97650d2cf16 (patch)
tree6491af179dfb1b8e48f9884d5cd6c26eb58576d3 /sys/conf/newvers.sh
parent346215008324f9a26e0d778a723ff863ad00c7af (diff)
downloadsrc-2a51529f7e23df8b4c4d8f1ebce4c97650d2cf16.tar.gz
src-2a51529f7e23df8b4c4d8f1ebce4c97650d2cf16.zip
Provide a knob for raising the inline instruction estimate threshold and
set an initial value. This is aimed at getting us closer to being able to turn -Werror back on and we can adjust the settings later on. Yes, we could turn off -Wno-inline instead, but that would hide the effect of gcc's bogo-estimator ignoring inline (either rightly or wrongly).
Notes
Notes: svn path=/head/; revision=117930
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r--sys/conf/newvers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 0cce419e7712..68456758fb0b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -36,7 +36,7 @@
TYPE="FreeBSD"
REVISION="5.1"
-BRANCH="CURRENT"
+BRANCH="XP"
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"