From 8aaa1278d20dab9ac258aa5bd7d365d172bf83af Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 15 Aug 2010 19:37:38 +0000 Subject: Added a note to the zlib build options concerning -mstackrealign and non-Intel architectures git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9360 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/zlib.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index 04746c4bf..ab9ae94e7 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -56,7 +56,8 @@ CFLAGS='-mstackrealign -fPIC -O3' Setting CFLAGS overrides the default optimization in the - package to prevent some run time errors. + package to prevent some run time errors. Note that the -mstackrealign + may cause build failures in non-Intel architeture systems. -- cgit v1.2.3-54-g00ecf