summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild_stage3.sh6
-rw-r--r--i486-stage3/gcc/DESCR8
2 files changed, 8 insertions, 6 deletions
diff --git a/build_stage3.sh b/build_stage3.sh
index e1c502c..2ed0467 100755
--- a/build_stage3.sh
+++ b/build_stage3.sh
@@ -99,12 +99,6 @@ libaio boost
# => now we really need the toolchain with POSIX threads
#~ cryptsetup: device-mapper popt libutil-linux
-# 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'
-
#~ linux build full with mkinitcpio and modules
#~ linux
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