diff options
author | wdenk <wdenk> | 2003-06-25 22:26:29 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-06-25 22:26:29 +0000 |
commit | b783edaee8252bfdba3f7b3fd29519a81ce71e42 (patch) | |
tree | 6993a909d2c21a3f07c51020edcc202a5697da91 /mkconfig | |
parent | a300d83cb8ad20b844e957587705675e9ac14147 (diff) |
* Header file cleanup for ARMLABEL_2003_06_26_2220
* 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
Diffstat (limited to 'mkconfig')
-rw-r--r-- | mkconfig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 # |