Skip to content

Commit

Permalink
Merge pull request #1353 from hadfl/clang
Browse files Browse the repository at this point in the history
clang requires gcc runtime libraries
  • Loading branch information
citrus-it authored Oct 4, 2023
2 parents 2bcecba + aef0430 commit 98d2243
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
5 changes: 4 additions & 1 deletion build/clang/build-13.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ set_patchdir patches-$MAJVER
# Using the = prefix to require the specific matching version of llvm
BUILD_DEPENDS_IPS="=ooce/developer/llvm-$MAJVER@$VER"

RUN_DEPENDS_IPS="=ooce/developer/llvm-$MAJVER@$MINVER"
RUN_DEPENDS_IPS="
=ooce/developer/llvm-$MAJVER@$MINVER
developer/gcc$GCCVER
"

OPREFIX=$PREFIX
PREFIX+=/llvm-$MAJVER
Expand Down
5 changes: 4 additions & 1 deletion build/clang/build-14.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ set_patchdir patches-$MAJVER
# Using the = prefix to require the specific matching version of llvm
BUILD_DEPENDS_IPS="=ooce/developer/llvm-$MAJVER@$VER"

RUN_DEPENDS_IPS="=ooce/developer/llvm-$MAJVER@$MINVER"
RUN_DEPENDS_IPS="
=ooce/developer/llvm-$MAJVER@$MINVER
developer/gcc$GCCVER
"

OPREFIX=$PREFIX
PREFIX+=/llvm-$MAJVER
Expand Down
5 changes: 4 additions & 1 deletion build/clang/build-15.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ set_patchdir patches-$MAJVER
# Using the = prefix to require the specific matching version of llvm
BUILD_DEPENDS_IPS="=ooce/developer/llvm-$MAJVER@$VER"

RUN_DEPENDS_IPS="=ooce/developer/llvm-$MAJVER@$MINVER"
RUN_DEPENDS_IPS="
=ooce/developer/llvm-$MAJVER@$MINVER
developer/gcc$GCCVER
"

OPREFIX=$PREFIX
PREFIX+=/llvm-$MAJVER
Expand Down
5 changes: 4 additions & 1 deletion build/clang/build-16.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ set_patchdir patches-$MAJVER
# Using the = prefix to require the specific matching version of llvm
BUILD_DEPENDS_IPS="=ooce/developer/llvm-$MAJVER@$VER"

RUN_DEPENDS_IPS="=ooce/developer/llvm-$MAJVER@$MINVER"
RUN_DEPENDS_IPS="
=ooce/developer/llvm-$MAJVER@$MINVER
developer/gcc$GCCVER
"

OPREFIX=$PREFIX
PREFIX+=/llvm-$MAJVER
Expand Down
5 changes: 4 additions & 1 deletion build/clang/build-17.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ set_patchdir patches-$MAJVER
# Using the = prefix to require the specific matching version of llvm
BUILD_DEPENDS_IPS="=ooce/developer/llvm-$MAJVER@$VER"

RUN_DEPENDS_IPS="=ooce/developer/llvm-$MAJVER@$MINVER"
RUN_DEPENDS_IPS="
=ooce/developer/llvm-$MAJVER@$MINVER
developer/gcc$GCCVER
"

OPREFIX=$PREFIX
PREFIX+=/llvm-$MAJVER
Expand Down

0 comments on commit 98d2243

Please sign in to comment.