/[pkg-llvm]/llvm-toolchain/branches/3.8/debian/rules
ViewVC logotype

Diff of /llvm-toolchain/branches/3.8/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2038 by sylvestre, Thu Aug 4 17:20:48 2016 UTC revision 2041 by sylvestre, Sat Aug 6 20:30:11 2016 UTC
# Line 3  Line 3 
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

Legend:
Removed from v.2038  
changed lines
  Added in v.2041

  ViewVC Help
Powered by ViewVC 1.1.5