mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 06:34:10 +00:00
remove old arg std=c++0x
This commit is contained in:
parent
adcb699efd
commit
4432e6b41e
6
debian/rules
vendored
6
debian/rules
vendored
@ -31,7 +31,7 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
|
||||
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
|
||||
|
||||
LDFLAGS_EXTRA =
|
||||
CXXFLAGS_EXTRA = -std=c++0x
|
||||
CXXFLAGS_EXTRA =
|
||||
CONFIGURE_EXTRA =
|
||||
CMAKE_EXTRA =
|
||||
|
||||
@ -290,9 +290,9 @@ override_dh_auto_configure: preconfigure
|
||||
cov-configure --compiler clang --comptype clang; \
|
||||
cov-configure --compiler gcc-$(GCC_VERSION) --comptype gcc; \
|
||||
cov-configure --compiler g++-$(GCC_VERSION) --comptype gcc; \
|
||||
cov-configure -co /usr/bin/g++-$(GCC_VERSION) --comptype gcc -- -std=c++0x -fPIC -std=c++11; \
|
||||
cov-configure -co /usr/bin/g++-$(GCC_VERSION) --comptype gcc -- -fPIC -std=c++11; \
|
||||
cov-configure -co /usr/bin/gcc-$(GCC_VERSION) --comptype gcc -- -fPIC; \
|
||||
cov-configure -co /usr/bin/g++-$(GCC_VERSION) --comptype gcc -- -std=c++0x -fPIC -std=c++11 -fno-exceptions; \
|
||||
cov-configure -co /usr/bin/g++-$(GCC_VERSION) --comptype gcc -- -fPIC -std=c++11 -fno-exceptions; \
|
||||
cov-configure -co /usr/bin/g++-$(GCC_VERSION) --comptype gcc --template \
|
||||
--xml-option append_arg:"--ppp_translator" \
|
||||
--xml-option append_arg:"replace/llvm::AlignOf<PrevTy>::Alignment/(llvm::AlignOf<PrevTy>::Alignment)" \
|
||||
|
Loading…
Reference in New Issue
Block a user