mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-06 19:47:36 +00:00
Remove explicit dep on gcc 4.8
This commit is contained in:
parent
bf6ebbcaff
commit
e2910dc332
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
llvm-toolchain-3.4 (1:3.4~+rc3-2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Remove explicit dep on gcc 4.8
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 20 Dec 2013 18:36:58 +0100
|
||||||
|
|
||||||
llvm-toolchain-3.4 (1:3.4~+rc3-1) unstable; urgency=low
|
llvm-toolchain-3.4 (1:3.4~+rc3-1) unstable; urgency=low
|
||||||
|
|
||||||
* New testing upstream release
|
* New testing upstream release
|
||||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 9.0), flex, bison, dejagnu, tcl, expect,
|
|||||||
lsb-release, patchutils, diffstat, xz-utils, chrpath, python-dev,
|
lsb-release, patchutils, diffstat, xz-utils, chrpath, python-dev,
|
||||||
libedit-dev, swig, python-sphinx, ocaml-nox, binutils-dev, libcloog-isl-dev,
|
libedit-dev, swig, python-sphinx, ocaml-nox, binutils-dev, libcloog-isl-dev,
|
||||||
libisl-dev (>= 0.11.1), libjsoncpp-dev,
|
libisl-dev (>= 0.11.1), libjsoncpp-dev,
|
||||||
lcov, procps, help2man, gcc-4.8, g++-4.8, dh-ocaml
|
lcov, procps, help2man, dh-ocaml
|
||||||
|
# gcc-4.8, g++-4.8,
|
||||||
Build-Conflicts: oprofile, ocaml
|
Build-Conflicts: oprofile, ocaml
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: http://www.llvm.org/
|
Homepage: http://www.llvm.org/
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
TARGET_BUILD := build-llvm
|
TARGET_BUILD := build-llvm
|
||||||
# Force the version of gcc. Some archs are still using gcc 4.6
|
# Force the version of gcc. Some archs are still using gcc 4.6
|
||||||
GCC_VERSION := 4.8
|
GCC_VERSION := $(shell dpkg-query -W -f '$${Version}' g++ | sed -rne 's,^([0-9]+:)?([0-9]+\.[0-9]+).*$$,\2,p')
|
||||||
# $(shell dpkg-query -W -f '$${Version}' g++ | sed -rne 's,^([0-9]+:)?([0-9]+\.[0-9]+).*$$,\2,p')
|
|
||||||
LLVM_VERSION := 3.4
|
LLVM_VERSION := 3.4
|
||||||
SONAME_EXT := 1
|
SONAME_EXT := 1
|
||||||
DEBIAN_REVISION := $(shell dpkg-parsechangelog | sed -rne 's,^Version: .*-(.*),\1,p')
|
DEBIAN_REVISION := $(shell dpkg-parsechangelog | sed -rne 's,^Version: .*-(.*),\1,p')
|
||||||
|
Loading…
Reference in New Issue
Block a user