From 6e886330cf157dc71e6a0a1fca410d7005683167 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Wed, 3 Dec 2008 22:46:04 +0000 Subject: Initial addition of support for x86_64 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8754 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/binutils.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/binutils.xml') diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index aaebc6cce..cc67448d0 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -97,8 +97,8 @@ cd ../binutils-build Normally, the tooldir (the directory where the executables will ultimately be located) is set to $(exec_prefix)/$(target_alias). For - example, i686 machines would expand that to /usr/i686-pc-linux-gnu. Because this is + example, x86_64 machines would expand that to /usr/x86_64-unknown-linux-gnu. Because this is a custom system, this target-specific directory in /usr is not required. $(exec_prefix)/$(target_alias) would be -- cgit v1.2.3-54-g00ecf