diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-10-04 05:15:56 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-10-04 05:15:56 +0200 |
commit | f41461814109f8e761102f2336d82e6616647958 (patch) | |
tree | 75c2fac950e244e6c21eb21d5bd48564222a1da8 | |
parent | eb2368b0ccf1816d0c7607825f8dca310eac1216 (diff) | |
download | ghdl-f41461814109f8e761102f2336d82e6616647958.tar.gz ghdl-f41461814109f8e761102f2336d82e6616647958.tar.bz2 ghdl-f41461814109f8e761102f2336d82e6616647958.zip |
BUILD.txt: mention --enable-default-pie.
Fix #425
-rw-r--r-- | BUILD.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -77,6 +77,8 @@ directory must be the same as the one used to configure ghdl. If you have manually built gmp/mpfr/mpc (without using the script in contrib) and if you have installed them in a non-standard directory, you may need to add --with-gmp=GMP_INSTALL_DIR. +If your system gcc was configured with --enable-default-pie (check if +that option appears in the output of gcc -v), you should also add it. $ mkdir gcc-objs; cd gcc-objs $ ../gcc-4.9.3/configure --prefix=/usr/local --enable-languages=c,vhdl \ |