summaryrefslogtreecommitdiff
path: root/i486-stage3
diff options
context:
space:
mode:
Diffstat (limited to 'i486-stage3')
-rw-r--r--i486-stage3/gcc/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/i486-stage3/gcc/DESCR b/i486-stage3/gcc/DESCR
index 2e493e1..4361213 100644
--- a/i486-stage3/gcc/DESCR
+++ b/i486-stage3/gcc/DESCR
@@ -11,3 +11,11 @@ sed -i '/pkgname/ s/gcc-ada//g' PKGBUILD
sed -i '/enable-languages/ s/ada//g' PKGBUILD
# rm "$pkgdir"/usr/share/info/{gccgo,gfortran,gnat-style,gnat_rm,gnat_ugn}.info
sed -i 's/,gnat-style,gnat_rm,gnat_ugn//' PKGBUILD
+
+# building toolchain (gcc): again, lobtool problems
+#/usr/lib/gcc/i486-pc-linux-gnu/7.3.0/ld: cannot find -lquadmath
+#collect2: error: ld returned 1 exit status
+#libtool: install: error: relink `libgfortran.la' with the above command before installing it
+#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