This commit is contained in:
Sylvestre Ledru 2023-09-06 08:33:35 +02:00
parent e0057b00ca
commit b786bcc4b8

4
debian/rules vendored
View File

@ -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 \