Add a link for cpp to gx/cc

This commit is contained in:
Max Howell 2023-03-16 08:33:53 -04:00
parent 3a25c4a468
commit e194677809

View file

@ -3,7 +3,7 @@ distributable: ~
# 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
versions:
- 0.1.3
- 0.1.4
dependencies:
linux:
@ -30,6 +30,7 @@ build:
else
ln -s "$LLVM"/clang cc
ln -s "$LLVM"/lld ld
ln -s "$LLVM"/clang-cpp cpp
for x in ar as strip objcopy nm objdump ranlib readelf strings; do
ln -sf "$LLVM"/llvm-$x $x
done