Skip to content

Commit 3a22818

Browse files
committed
Bump MAJOR for GCC trunk
Also remove now useless config for backtrace. Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
1 parent d3e6bb3 commit 3a22818

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,9 @@ elif echo "${VERSION}" | grep 'reflection-trunk'; then
129129
elif echo "${VERSION}" | grep 'trunk'; then
130130
URL=git://gcc.gnu.org/git/gcc.git
131131
BRANCH=master
132-
MAJOR=15
132+
MAJOR=16
133133
MAJOR_MINOR=15-trunk
134134
LANGUAGES="${LANGUAGES},go,d,rust,m2,cobol"
135-
CONFIG+=" --enable-libstdcxx-backtrace=yes"
136135
VERSION=trunk-$(date +%Y%m%d)
137136
elif echo "${VERSION}" | grep 'renovated'; then
138137
SUB_VERSION=$(echo "${VERSION}" | cut -d'-' -f2)

0 commit comments

Comments
 (0)