From b783edaee8252bfdba3f7b3fd29519a81ce71e42 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 25 Jun 2003 22:26:29 +0000 Subject: * 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 --- mkconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mkconfig') diff --git a/mkconfig b/mkconfig index 5d2eb1e51e..106bd896a8 100644 --- a/mkconfig +++ b/mkconfig @@ -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 # -- cgit v1.2.1