* Header file cleanup for ARM

* Patch by Murray Jensen, 24 Jun 2003:
  - make sure to use only U-boot provided header files
  - fix problems with ".rodata.str1.4" section as used by GCC-3.x
This commit is contained in:
wdenk
2003-06-25 22:26:29 +00:00
parent a300d83cb8
commit b783edaee8
112 changed files with 1472 additions and 299 deletions

View File

@@ -33,6 +33,11 @@ ln -s asm-$2 asm
rm -f asm-$2/arch
ln -s arch-$3 asm-$2/arch
if [ "$2" = "arm" ] ; then
rm -f asm-$2/proc
ln -s proc-armv asm-$2/proc
fi
#
# Create include file for Make
#