| 3 |
TARGET_BUILD := build-llvm |
TARGET_BUILD := build-llvm |
| 4 |
DEB_INST := $(CURDIR)/debian/tmp/ |
DEB_INST := $(CURDIR)/debian/tmp/ |
| 5 |
#GCC_VERSION := 4.8 |
#GCC_VERSION := 4.8 |
| 6 |
# The 5| in the regexp is a crappy workaround. g++ 5.2 in Debian is not providing a g++-5.2 binary (only g++-5) |
# The 5|6| in the regexp is a crappy workaround. g++ 5.2 in Debian is not providing a g++-5.2 binary (only g++-5) |
| 7 |
# accomodate that by hardcoding the 5 detection |
# accomodate that by hardcoding the 5 detection |
| 8 |
GCC_VERSION := $(shell dpkg-query -W -f '$${Version}' g++ | sed -rne 's,^([0-9]+:)?(5|[0-9]+\.[0-9]+|[0-9]+).*$$,\2,p') |
GCC_VERSION := $(shell dpkg-query -W -f '$${Version}' g++ | sed -rne 's,^([0-9]+:)?(5|6|[0-9]+\.[0-9]+|[0-9]+).*$$,\2,p') |
| 9 |
LLVM_VERSION := 3.8 |
LLVM_VERSION := 3.8 |
| 10 |
LLVM_VERSION_FULL := $(LLVM_VERSION).1 |
LLVM_VERSION_FULL := $(LLVM_VERSION).1 |
| 11 |
SONAME_EXT := 1 |
SONAME_EXT := 1 |