Skip to content

Commit d3e6bb3

Browse files
authored
Add reflection GCC (#30)
1 parent f7e1e48 commit d3e6bb3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ elif echo "${VERSION}" | grep 'cobol-master'; then
119119
MULTILIB_ENABLED=" --disable-multilib"
120120
## implicit dep on C++ as libgcobol uses libstdc++.
121121
LANGUAGES=cobol,c++
122+
elif echo "${VERSION}" | grep 'reflection-trunk'; then
123+
VERSION=reflection-trunk-$(date +%Y%m%d)
124+
URL=https://forge.sourceware.org/marek/gcc.git
125+
BRANCH="reflection"
126+
MAJOR=16
127+
MAJOR_MINOR=16-trunk
128+
LANGUAGES=c++
122129
elif echo "${VERSION}" | grep 'trunk'; then
123130
URL=git://gcc.gnu.org/git/gcc.git
124131
BRANCH=master

0 commit comments

Comments
 (0)