mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 07:16:16 +02:00
move ARM to the GNU EABI
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10013 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0eb23d1ba1
commit
d993d0d4b1
@ -1,5 +1,5 @@
|
|||||||
# CONFIG_8139TOO is not set
|
# CONFIG_8139TOO is not set
|
||||||
# CONFIG_AEABI is not set
|
CONFIG_AEABI=y
|
||||||
CONFIG_ALIGNMENT_TRAP=y
|
CONFIG_ALIGNMENT_TRAP=y
|
||||||
# CONFIG_APM is not set
|
# CONFIG_APM is not set
|
||||||
# CONFIG_ARCH_AAEC2000 is not set
|
# CONFIG_ARCH_AAEC2000 is not set
|
||||||
@ -289,6 +289,7 @@ CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y
|
|||||||
# CONFIG_NO_IDLE_HZ is not set
|
# CONFIG_NO_IDLE_HZ is not set
|
||||||
# CONFIG_NTFS_FS is not set
|
# CONFIG_NTFS_FS is not set
|
||||||
# CONFIG_NVRAM is not set
|
# CONFIG_NVRAM is not set
|
||||||
|
# CONFIG_OABI_COMPAT is not set
|
||||||
# CONFIG_PATA_ALI is not set
|
# CONFIG_PATA_ALI is not set
|
||||||
# CONFIG_PATA_AMD is not set
|
# CONFIG_PATA_AMD is not set
|
||||||
CONFIG_PATA_ARTOP=m
|
CONFIG_PATA_ARTOP=m
|
||||||
|
@ -54,7 +54,7 @@ config TARGET_OPTIMIZATION
|
|||||||
default "-O2 -pipe -march=i486 -funit-at-a-time" if TARGET_x86
|
default "-O2 -pipe -march=i486 -funit-at-a-time" if TARGET_x86
|
||||||
default "-Os -pipe -march=i486 -funit-at-a-time" if TARGET_rdc
|
default "-Os -pipe -march=i486 -funit-at-a-time" if TARGET_rdc
|
||||||
default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time" if mipsel || mips
|
default "-Os -pipe -mips32 -mtune=mips32 -funit-at-a-time" if mipsel || mips
|
||||||
default "-Os -pipe -march=armv5te -mtune=xscale -funit-at-a-time" if armeb
|
default "-Os -pipe -mabi=aapcs-linux -march=armv5te -mtune=xscale -funit-at-a-time" if armeb
|
||||||
default "-Os -pipe -funit-at-a-time"
|
default "-Os -pipe -funit-at-a-time"
|
||||||
help
|
help
|
||||||
Optimizations to use when building for the target host.
|
Optimizations to use when building for the target host.
|
||||||
|
Loading…
Reference in New Issue
Block a user