comparison dev/clang/clang.sh @ 715:150598ec37e7

vanilla: clang is the default /bin/cpp implementation
author David Demelier <markand@malikania.fr>
date Mon, 05 Aug 2019 12:38:51 +0200
parents c4039d2948b6
children e91fbcb3d1ef
comparison
equal deleted inserted replaced
714:6b4ba668a43c 715:150598ec37e7
75 $with_compiler_rt \ 75 $with_compiler_rt \
76 $with_libcxx \ 76 $with_libcxx \
77 $with_lld 77 $with_lld
78 make 78 make
79 make DESTDIR=$DESTDIR install 79 make DESTDIR=$DESTDIR install
80 # Compatibility symlink for many autotools programs.
81 ln -sf $DESTDIR/bin/clang-cpp $DESTDIR/bin/cpp
80 cd .. 82 cd ..
81 83
82 cd .. 84 cd ..
83 rm -rf cfe-$PKGVERSION.src 85 rm -rf cfe-$PKGVERSION.src
84 } 86 }