summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-13 13:43:20 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-15 13:45:44 +0000
commit2156bd2db52a92ca2419a5001a5377eba3aeb8af (patch)
tree352791a17d1e0d9ea4a41d8f8a4b4faacceb0110 /baserock-bootstrap
parentcc67d18b67f8a54fd6301db3f3651a99b55dedc3 (diff)
downloadmorph-2156bd2db52a92ca2419a5001a5377eba3aeb8af.tar.gz
Add ARM include files to the headers to be modified.
This was mentioned on http://www.linuxfromscratch.org/hints/downloads/files/lfs70armhint.txt as one of the things that need to be changed to build LFS 7.0 on ARM.
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 8ee0962c..5508fc59 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -289,7 +289,8 @@ pass1_gcc_2()
gcc/Makefile.in.tmp > gcc/Makefile.in
for file in \
- $(find gcc/config -name linux64.h -o -name linux.h -o -name sysv4.h)
+ $(find gcc/config -name linux64.h -o -name linux.h -o -name sysv4.h \
+ -o -name linux-eabi.h -o -name linux-elf.h)
do
cp -v $file{,.orig}
$HOST_SED -e "s@/lib\(64\)\?\(32\)\?/ld@$tools&@g" \