wok-next diff h8300-gcc/receipt @ rev 20555
Fix "DSO missing..." error: loqui, xfprint, notification-daemon-gtk2, xfmedia, evince, celestia(?)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 06 17:43:57 2018 +0300 (2018-04-06) |
parents | 380ffe05937a |
children | d5aab818505e |
line diff
1.1 --- a/h8300-gcc/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/h8300-gcc/receipt Fri Apr 06 17:43:57 2018 +0300 1.3 @@ -13,7 +13,8 @@ 1.4 TAGS="compiler C C++" 1.5 1.6 DEPENDS="h8300-binutils glibc-base gmp mpfr" 1.7 -BUILD_DEPENDS="slitaz-toolchain gawk flex gmp gmp-dev mpfr mpfr-dev h8300-binutils" 1.8 +BUILD_DEPENDS="slitaz-toolchain gawk flex gmp gmp-dev mpfr mpfr-dev \ 1.9 +h8300-binutils gcc49" 1.10 1.11 # Configuration only needs included if we're in the build/wok environment 1.12 if [ -e $WOK/h8300-toolchain/stuff/h8300.conf ] ; then 1.13 @@ -27,6 +28,7 @@ 1.14 mkdir -p $SOURCE-$VERSION-build 1.15 cd $SOURCE-$VERSION-build 1.16 $src/configure \ 1.17 + CC=gcc-49 CXX=g++-49 \ 1.18 --target=$H8300_TARGET \ 1.19 --enable-languages=c,c++ \ 1.20 --disable-nls \