mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 06:53:50 +00:00
add /usr/lib/gcc/$(DEB_HOST_MULTIARCH)/$(GCC_VERSION)/include/ to the search path
This commit is contained in:
parent
0fe7c43134
commit
8a256e988f
7
debian/README.source
vendored
7
debian/README.source
vendored
@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
In the repack script (orig-tar.sh), we are creating a subdirectory tools/clang/
|
The tarball are basically the one from upstream, renamed and recompressed using
|
||||||
and storing all the sources of clang in it.
|
tar.bz2
|
||||||
After that, the llvm sources are unpack, its patches applied
|
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 12 Apr 2011 21:21:24 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org>, Sat, 9 Feb 2013 11:36:37 +0100
|
||||||
|
|
||||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -233,7 +233,8 @@ Description: clang library - Common development package
|
|||||||
* A single unified parser for C, Objective C, C++, and Objective C++
|
* A single unified parser for C, Objective C, C++, and Objective C++
|
||||||
* Conformance with C/C++/ObjC and their variants
|
* Conformance with C/C++/ObjC and their variants
|
||||||
.
|
.
|
||||||
This package contains the clang generic headers.
|
This package contains the clang generic headers and some libraries
|
||||||
|
(profiling, etc).
|
||||||
|
|
||||||
|
|
||||||
# Package: compiler-rt
|
# Package: compiler-rt
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -17,7 +17,7 @@ DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
|
|||||||
OCAML_STDLIB_DIR ?= $(shell ocamlc -where)
|
OCAML_STDLIB_DIR ?= $(shell ocamlc -where)
|
||||||
|
|
||||||
confargs := \
|
confargs := \
|
||||||
--with-c-include-dirs=/usr/include/$(DEB_HOST_MULTIARCH):/usr/include/$(DEB_HOST_GNU_TYPE):/usr/include \
|
--with-c-include-dirs=/usr/include/$(DEB_HOST_MULTIARCH):/usr/include/$(DEB_HOST_GNU_TYPE):/usr/include:/usr/lib/gcc/$(DEB_HOST_MULTIARCH)/$(GCC_VERSION)/include/ \
|
||||||
--with-cxx-include-root=/usr/include/c++/$(GCC_VERSION) \
|
--with-cxx-include-root=/usr/include/c++/$(GCC_VERSION) \
|
||||||
--with-cxx-include-arch=$(DEB_HOST_GNU_TYPE) \
|
--with-cxx-include-arch=$(DEB_HOST_GNU_TYPE) \
|
||||||
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
|
--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
|
||||||
|
Loading…
Reference in New Issue
Block a user