diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-01-21 10:50:03 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-01-21 10:50:03 -0300 |
commit | 86d434dbbd327dba3aff49610f14475315eb52f5 (patch) | |
tree | 80a1243f5cc5c837ee79aab6e59da30ccbf83e8b /cross/cross-mips64el-unknown-linux-gnu-glibc-headers | |
parent | 2789df2c1d183afa5f5b392f92228b65ce948f78 (diff) | |
download | abslibre-86d434dbbd327dba3aff49610f14475315eb52f5.tar.gz abslibre-86d434dbbd327dba3aff49610f14475315eb52f5.tar.bz2 abslibre-86d434dbbd327dba3aff49610f14475315eb52f5.zip |
Symlink crt*
Diffstat (limited to 'cross/cross-mips64el-unknown-linux-gnu-glibc-headers')
-rw-r--r-- | cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD | 4 |
1 files changed, 4 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 d93e8d7bb..7fed7839a 100644 --- a/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD +++ b/cross/cross-mips64el-unknown-linux-gnu-glibc-headers/PKGBUILD @@ -189,6 +189,10 @@ package() { msg2 "Symlinking headers" # rm -r ${pkgdir}${_sysroot}/include ln -s ${_sysroot}/usr/include ${pkgdir}${_sysroot}/include + ln -s ${_sysroot}/usr/lib/crt1.o ${pkgdir}${_sysroot}/lib/ + ln -s ${_sysroot}/usr/lib/crti.o ${pkgdir}${_sysroot}/lib/ + ln -s ${_sysroot}/usr/lib/crtn.o ${pkgdir}${_sysroot}/lib/ + ln -s ${_sysroot}/usr/lib/libc.so ${pkgdir}${_sysroot}/lib/ } md5sums=('6ffdf5832192b92f98bdd125317c0dfc' |