diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 03b3e72f8..efc9318c1 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -636,6 +636,10 @@ CXX="g++ -m32 -mstackrealign" \ --libexecdir=/usr/lib32 \ libc_cv_slibdir=/usr/lib32 + Adding the -mstackrealign flag helps to + overcome issues with old binaries which cannot be recompiled + on the actual OS. + Compile the package: make