Skip to content

Commit 2693e24

Browse files
Update build.sh (#27)
1 parent 297c2ad commit 2693e24

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
@@ -53,6 +53,13 @@ elif echo "${VERSION}" | grep 'contracts-nonattr'; then
5353
MAJOR=13
5454
MAJOR_MINOR=13-trunk
5555
LANGUAGES=c,c++
56+
elif echo "${VERSION}" | grep 'lambda-p2034'; then
57+
VERSION=lambda-p2034-trunk-$(date +%Y%m%d)
58+
URL=https://github.com/villevoutilainen/gcc.git
59+
BRANCH=lambda-p2034
60+
MAJOR=15
61+
MAJOR_MINOR=15-trunk
62+
LANGUAGES=c,c++
5663
elif echo "${VERSION}" | grep 'p1144-trunk'; then
5764
VERSION=p1144-trunk-$(date +%Y%m%d)
5865
URL=https://github.com/Quuxplusone/gcc.git

0 commit comments

Comments
 (0)