mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
Add a link for cpp
to gx/cc
This commit is contained in:
parent
3a25c4a468
commit
e194677809
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ distributable: ~
|
||||||
# FIXME we want the c version eg. c99
|
# FIXME we want the c version eg. c99
|
||||||
# or should that be some kind of option? so you specify you want a cc that support c99
|
# or should that be some kind of option? so you specify you want a cc that support c99
|
||||||
versions:
|
versions:
|
||||||
- 0.1.3
|
- 0.1.4
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
linux:
|
linux:
|
||||||
|
@ -30,6 +30,7 @@ build:
|
||||||
else
|
else
|
||||||
ln -s "$LLVM"/clang cc
|
ln -s "$LLVM"/clang cc
|
||||||
ln -s "$LLVM"/lld ld
|
ln -s "$LLVM"/lld ld
|
||||||
|
ln -s "$LLVM"/clang-cpp cpp
|
||||||
for x in ar as strip objcopy nm objdump ranlib readelf strings; do
|
for x in ar as strip objcopy nm objdump ranlib readelf strings; do
|
||||||
ln -sf "$LLVM"/llvm-$x $x
|
ln -sf "$LLVM"/llvm-$x $x
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue