diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-11 20:53:01 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-11 20:53:01 +0100 |
commit | 4fddb6f420adf5990ad8a812c0d025942ebaccf0 (patch) | |
tree | cca5ebe33d112b78c7f35cf02df11f8435dc7173 | |
parent | b9b08594fc21f4ec8f1c2cfd05502fdf923a493a (diff) | |
download | bootstrap32-4fddb6f420adf5990ad8a812c0d025942ebaccf0.tar.xz |
..
-rwxr-xr-x | build_stage3.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build_stage3.sh b/build_stage3.sh index 77e1991..e1c502c 100755 --- a/build_stage3.sh +++ b/build_stage3.sh @@ -92,6 +92,13 @@ libaio boost #~ guile2.0: gc (with posix threads) # wait for posix threads, gcc toolchain rebuild +# lvm knot +# lvm2, device-mapper: systemd, thin-povisioning-tools +#~ thin-provisioning-tools: expat gcc-libs libaio boost +# boost: # error "Threading support unavaliable: it has been explicitly disabled with BOOST_DISABLE_THREADS" +# => 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 @@ -106,13 +113,6 @@ libaio boost #~ " #~ #TODO after nasm: syslinux -# lvm knot -# lvm2, device-mapper: systemd, thin-povisioning-tools -#~ thin-provisioning-tools: expat gcc-libs libaio boost -# boost: # error "Threading support unavaliable: it has been explicitly disabled with BOOST_DISABLE_THREADS" -# => now we really need the toolchain with POSIX threads -#~ cryptsetup: device-mapper popt libutil-linux - #~ base cryptsetup #~ base device-mapper #~ base lvm2 |