cross-arm-none-eabi-libstdc++: fix header path
Fixes https://github.com/void-linux/void-packages/issues/22658
This commit is contained in:
parent
a7e8199a15
commit
ce9248f1ce
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
_triplet=arm-none-eabi
|
_triplet=arm-none-eabi
|
||||||
pkgname=cross-${_triplet}-libstdc++
|
pkgname=cross-${_triplet}-libstdc++
|
||||||
version=9.3.0
|
version=9.3.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="gcc-${version}"
|
wrksrc="gcc-${version}"
|
||||||
# gnu-configure implicitly passes stuff we don't want
|
# gnu-configure implicitly passes stuff we don't want
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
@ -11,7 +11,7 @@ configure_args="
|
||||||
--disable-nls --disable-shared --disable-tls --disable-werror
|
--disable-nls --disable-shared --disable-tls --disable-werror
|
||||||
--enable-multilib --host=${_triplet} --target=${_triplet}
|
--enable-multilib --host=${_triplet} --target=${_triplet}
|
||||||
--libdir=/usr/${_triplet}/lib --prefix=/usr/${_triplet}
|
--libdir=/usr/${_triplet}/lib --prefix=/usr/${_triplet}
|
||||||
--with-gnu-ld --with-gxx-include-dir=/usr/${_triplet}/include/${version}
|
--with-gnu-ld --with-gxx-include-dir=/usr/${_triplet}/include/c++/${version}
|
||||||
--with-newlib --with-python-dir=share/gcc-${_triplet}"
|
--with-newlib --with-python-dir=share/gcc-${_triplet}"
|
||||||
make_build_args="INHIBIT_LIBC_CFLAGS='-DUSE_TM_CLONE_REGISTRY=0'"
|
make_build_args="INHIBIT_LIBC_CFLAGS='-DUSE_TM_CLONE_REGISTRY=0'"
|
||||||
hostmakedepends="autoconf automake cross-arm-none-eabi-binutils
|
hostmakedepends="autoconf automake cross-arm-none-eabi-binutils
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue