[oe-commits] org.oe.dev conf/machine/include/tune-arm920t.conf : fix so that -march and -mcpu arent

xora commit openembedded-commits at lists.openembedded.org
Tue Oct 17 12:21:47 UTC 2006


conf/machine/include/tune-arm920t.conf : fix so that -march and -mcpu arent
confilivting. THis caused all -Werror compiled programs to fail.

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 2acba65c8c804098ab2625930ee900a953d813a1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2acba65c8c804098ab2625930ee900a953d813a1
Files:
1
conf/machine/include/tune-arm920t.conf
Diffs:

#
# mt diff -rf772c2cf1241d915415980795b7e4767d49a8abf -r2acba65c8c804098ab2625930ee900a953d813a1
#
# 
# 
# patch "conf/machine/include/tune-arm920t.conf"
#  from [d3f8adc9ac1e7bde2840a0b2a3665e225422b864]
#    to [207e404a30f6a151d53f88ddffbff128b41d77b3]
# 
============================================================
--- conf/machine/include/tune-arm920t.conf	d3f8adc9ac1e7bde2840a0b2a3665e225422b864
+++ conf/machine/include/tune-arm920t.conf	207e404a30f6a151d53f88ddffbff128b41d77b3
@@ -1,3 +1,3 @@ PACKAGE_ARCH = "armv4t" 
 PACKAGE_ARCH = "armv4t" 
-TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t -mcpu=arm920t"
+TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"
 






More information about the Openembedded-commits mailing list