index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-13 21:11:14 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-13 21:11:14 +0100 |
commit | 65bd9446245c6581f908770c9fb99ef27968e10d (patch) | |
tree | 20cd13f815d7f4342fac1f418250b1d7e9e96c94 /i486-stage3/gcc | |
parent | 596bee8bc17250755e7550fab4d9afdbf2e31bf1 (diff) |
-rw-r--r-- | i486-stage3/gcc/DESCR | 2 |
diff --git a/i486-stage3/gcc/DESCR b/i486-stage3/gcc/DESCR index 4361213..41ec1e1 100644 --- a/i486-stage3/gcc/DESCR +++ b/i486-stage3/gcc/DESCR @@ -19,3 +19,5 @@ sed -i 's/,gnat-style,gnat_rm,gnat_ugn//' PKGBUILD #make: Leaving directory '/build/gcc/src/gcc-build/i486-pc-linux-gnu/libgfortran' #=> wrong link order: libgfortran requires libquadmath sed -i 's/libgfortran \\/libquadmath libgfortran \\/g' PKGBUILD + +ADDITIONAL_INSTALL_PACKAGE="gcc-libs gcc-fortran gcc-go gcc-objc" |