From 1c6f1c1e4177cf26946a7cf8865f15be1405d9b6 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Wed, 23 Apr 2008 18:33:53 +0000 Subject: Use -mtune=native for glibc. We don't want our libc optimized for 486. It should be optimized for the local machine. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8541 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index ef9f528d2..65a4383d7 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -104,7 +104,7 @@ cd ../glibc-build Again, add the needed compiler flag to CFLAGS: -echo "CFLAGS += -march=i486" > configparms +echo "CFLAGS += -march=i486 -mtune=native" > configparms Prepare Glibc for compilation: -- cgit v1.2.3-54-g00ecf