diff options
Diffstat (limited to 'chapter05/gcc-pass1.xml')
-rw-r--r-- | chapter05/gcc-pass1.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 04427880f..12eb0ff51 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -140,10 +140,12 @@ esac</userinput></screen> <!-- Following patch might be obsolete with gcc >= 8.2.1 --> <!-- see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86724 --> <!-- Fix applied in ch5-gcc-pass{1,2}, ch6-gcc --> +<!-- <para arch="ml_32,ml_x32,ml_all">Fix an issue with isl-&isl-version;:</para> <screen arch="ml_32,ml_x32,ml_all"><userinput remap="pre">sed -e "/#include <isl\/schedule_node.h>/ a#include <isl/id.h>\n#include <isl/space.h>" \ -i gcc/graphite.h</userinput></screen> +--> <para>The GCC documentation recommends building GCC in a dedicated build directory:</para> |