mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 13:27:05 +00:00
fix sed?
This commit is contained in:
parent
e0057b00ca
commit
b786bcc4b8
4
debian/rules
vendored
4
debian/rules
vendored
@ -817,8 +817,8 @@ build-wasm/compiler-rt-%:
|
|||||||
@echo "Using cmake: $(CMAKE_BIN)"
|
@echo "Using cmake: $(CMAKE_BIN)"
|
||||||
mkdir -p "$@"
|
mkdir -p "$@"
|
||||||
# remove unsupported flags
|
# remove unsupported flags
|
||||||
STAGE_2_CFLAGS=`echo $(STAGE_2_CFLAGS) | sed 's/-fcf-protection//g'`
|
STAGE_2_CFLAGS=`echo $(STAGE_2_CFLAGS) | sed -e 's/-fcf-protection//g'`
|
||||||
STAGE_2_CXXFLAGS=`echo $(STAGE_2_CXXFLAGS) | sed 's/-fcf-protection//g'`
|
STAGE_2_CXXFLAGS=`echo $(STAGE_2_CXXFLAGS) | sed -e 's/-fcf-protection//g'`
|
||||||
|
|
||||||
$(CMAKE_BIN) -B "$@" -S compiler-rt/lib/builtins/ \
|
$(CMAKE_BIN) -B "$@" -S compiler-rt/lib/builtins/ \
|
||||||
-G Ninja \
|
-G Ninja \
|
||||||
|
Loading…
Reference in New Issue
Block a user