Hallo,
in the ghdl 0.33 source package available from sourceforge
gcc is configured in build.sh as
../gcc-4.9.3/configure --prefix=/usr/local --enable-languages=c,vhdl \
--disable-bootstrap \
--disable-multilib \
--disable-lto \
--disable-libssp \
--disable-libquadmath \
--disable-libgomp \
--with-gmp=$PREFIX
while the current '0.34dev' from git states in BUILD.TXT
../gcc-4.9.3/configure --prefix=/usr/local --enable-languages=c,vhdl \
--disable-bootstrap \
--disable-multilib \
--disable-lto \
--with-gmp=/usr/local
Three '--disables-...' disappeared
--disable-libssp
--disable-libquadmath
--disable-libgomp
I wonder whether that was intentional, because 0.34dev now needs these
options, or whether they were dropped due to an oversight.
With best regards, Walter
_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss