Skip to content

Commit

Permalink
Add gcc-p1144-trunk (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quuxplusone authored Dec 10, 2023
1 parent 0df22a5 commit 6e0df64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ elif echo "${VERSION}" | grep 'contracts-nonattr'; then
MAJOR=13
MAJOR_MINOR=13-trunk
LANGUAGES=c,c++
elif echo "${VERSION}" | grep 'p1144-trunk'; then
VERSION=p1144-trunk-$(date +%Y%m%d)
URL=https://github.com/Quuxplusone/gcc.git
BRANCH=trivially-relocatable
MAJOR=13
MAJOR_MINOR=13-trunk
LANGUAGES=c,c++
elif echo "${VERSION}" | grep 'cxx-modules-trunk'; then
VERSION=cxx-modules-trunk-$(date +%Y%m%d)
URL=git://gcc.gnu.org/git/gcc.git
Expand Down

0 comments on commit 6e0df64

Please sign in to comment.