mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
b2f192faab
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
10 lines
341 B
Diff
10 lines
341 B
Diff
--- gcc/config/arm/linux-elf.h.orig 2004-03-11 14:46:33.000000000 +0000
|
|
+++ gcc/config/arm/linux-elf.h 2004-03-11 14:48:23.000000000 +0000
|
|
@@ -128,3 +128,6 @@
|
|
|
|
#define LINK_GCC_C_SEQUENCE_SPEC \
|
|
"%{static:--start-group} %G %L %{static:--end-group}%{!static:%G}"
|
|
+
|
|
+/* Tune for XScale. */
|
|
+#define TARGET_TUNE_DEFAULT TARGET_CPU_xscale
|