diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-01-18 12:42:10 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-01-18 12:42:10 -0300 |
commit | 58faf58ac673072759ab324865264e97083e2463 (patch) | |
tree | 72fb91a453ede6ec387b3f06eda43fc9aa6cb611 /cross/cross-mips64el-unknown-linux-gnu-glibc-headers | |
parent | 8b17c0c06c905cf95978e79c8077ac76304a37fd (diff) | |
download | abslibre-58faf58ac673072759ab324865264e97083e2463.tar.gz abslibre-58faf58ac673072759ab324865264e97083e2463.tar.bz2 abslibre-58faf58ac673072759ab324865264e97083e2463.zip |
Preparing final mips64el-gcc
Diffstat (limited to 'cross/cross-mips64el-unknown-linux-gnu-glibc-headers')
-rw-r--r-- | cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD index ea816086f..a83a1238a 100644 --- a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD +++ b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD @@ -185,6 +185,11 @@ package() { -x c /dev/null \ -o ${pkgdir}${_sysroot}/usr/lib/libc.so +# This will help gcc-shared to find headers for libgcc2 + msg2 "Symlinking headers" + rm -r ${pkgdir}${_sysroot}/include + ln -s ${_sysroot}/usr/include ${pkgdir}${_sysroot}/include + } md5sums=('6ffdf5832192b92f98bdd125317c0dfc' '98d028ee63fca2821414ebcac0af0e5b' |