mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 21:50:41 +00:00
remove hardcoded declaration
This commit is contained in:
parent
bd62db3c79
commit
071d0329e3
3
debian/rules
vendored
3
debian/rules
vendored
@ -2,8 +2,7 @@
|
||||
|
||||
TARGET_BUILD := build-llvm
|
||||
# Force the version of gcc. Some archs are still using gcc 4.6
|
||||
GCC_VERSION := 4.8
|
||||
# $(shell dpkg-query -W -f '$${Version}' g++ | sed -rne 's,^([0-9]+:)?([0-9]+\.[0-9]+).*$$,\2,p')
|
||||
GCC_VERSION := $(shell dpkg-query -W -f '$${Version}' g++ | sed -rne 's,^([0-9]+:)?([0-9]+\.[0-9]+).*$$,\2,p')
|
||||
LLVM_VERSION := 3.5
|
||||
SONAME_EXT := 1
|
||||
DEBIAN_REVISION := $(shell dpkg-parsechangelog | sed -rne 's,^Version: .*-(.*),\1,p')
|
||||
|
Loading…
Reference in New Issue
Block a user