On 02/07/16 18:30, Walter F.J. Mueller wrote:
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.

No they aren't needed and it was an oversight.
I will adjust the doc.

Thank you for pointing this!

Tristan.


_______________________________________________
Ghdl-discuss mailing list
Ghdl-discuss@gna.org
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to