diff options
author | peter <peter@FreeBSD.org> | 2003-07-23 20:03:42 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-07-23 20:03:42 +0000 |
commit | d2d693aa23eaa893aab2598a5baa3cf6378164d9 (patch) | |
tree | 6491af179dfb1b8e48f9884d5cd6c26eb58576d3 /sys/conf/newvers.sh | |
parent | 2e85aa2ad26aea6dbebd0a0979204d6818d9629e (diff) | |
download | FreeBSD-src-d2d693aa23eaa893aab2598a5baa3cf6378164d9.zip FreeBSD-src-d2d693aa23eaa893aab2598a5baa3cf6378164d9.tar.gz |
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).
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r-- | sys/conf/newvers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 0cce419..6845675 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}" |