mirror of
https://abf.rosa.ru/djam/llvm.git
synced 2025-02-24 00:32:49 +00:00
Added link to Russian how-to about the macro clang_gcc_wrapper
This commit is contained in:
parent
411d1030d6
commit
d3772a3736
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
%clang_gcc_wrapper() \
|
||||
# clang wrapper to remove compiler flags that clang does not know \
|
||||
# how-to in Russian: https://nixtux.ru/768 \
|
||||
BIN_DIR="${BIN_DIR:-$(pwd)/local_bin}" \
|
||||
mkdir -p "$BIN_DIR" \
|
||||
install -m 0755 %{_datadir}/clang/clang-gcc-wrapper.sh "${BIN_DIR}/clang++" \
|
||||
|
|
Loading…
Add table
Reference in a new issue