mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 11:38:16 +00:00
Consolidate the build flags for the wasm builds.
This commit is contained in:
parent
2e2adfa89b
commit
4f43718442
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
llvm-toolchain-17 (1:17.0.2-1~exp2) UNRELEASED; urgency=medium
|
||||
|
||||
[ Matthias Klose ]
|
||||
* Consolidate the build flags for the wasm builds.
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 04 Oct 2023 09:46:49 +0200
|
||||
|
||||
llvm-toolchain-17 (1:17.0.2-1~exp1) experimental; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -821,8 +821,8 @@ endif
|
||||
touch $@
|
||||
|
||||
# Remove some new flags introduced by dpkg 1.22.0;
|
||||
STAGE_2_WASM_CFLAGS := $(shell echo $(STAGE_2_CFLAGS) | sed -e "s/-fcf-protection//g" -e "s/-mbranch-protection=standard//g")
|
||||
STAGE_2_WASM_CXXFLAGS := $(shell echo $(STAGE_2_CXXFLAGS) | sed -e "s/-fcf-protection//g" -e "s/-mbranch-protection=standard//g")
|
||||
STAGE_2_WASM_CFLAGS := $(filter-out -march=% -mfpu=% -fcf-protection% -mbranch-protection%, $(STAGE_2_CFLAGS))
|
||||
STAGE_2_WASM_CXXFLAGS := $(filter-out -march=% -mfpu=% -fcf-protection% -mbranch-protection%, $(STAGE_2_CXXFLAGS))
|
||||
|
||||
build-wasm/compiler-rt-%: cpu = $(@:build-wasm/compiler-rt-%=%)
|
||||
build-wasm/compiler-rt-%:
|
||||
|
Loading…
Reference in New Issue
Block a user