Skip to content

Commit

Permalink
core/gcc fix, fixes #582
Browse files Browse the repository at this point in the history
  • Loading branch information
kmihelich committed Oct 23, 2013
1 parent dc64fbc commit f7bfcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/gcc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ package_gcc-libs()

cd ${srcdir}/gcc-build
make -j1 -C $CHOST/libgcc DESTDIR=${pkgdir} install-shared
for lib in libmudflap libgomp libstdc++-v3/src libitm libsanitizer/asan; do
for lib in libmudflap libgomp libstdc++-v3/src libitm; do
make -j1 -C $CHOST/$lib DESTDIR=${pkgdir} install-toolexeclibLTLIBRARIES
done
make -j1 -C $CHOST/libstdc++-v3/po DESTDIR=${pkgdir} install
Expand Down

0 comments on commit f7bfcb3

Please sign in to comment.