[oe-commits] org.oe.dev conf/machine/i586-generic.conf: Add pentium optimization for i586-generic machine

ifaistos commit openembedded-commits at lists.openembedded.org
Wed Sep 5 17:31:43 UTC 2007


conf/machine/i586-generic.conf: Add pentium optimization for i586-generic machine

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: 75a1835734e4451c1fbfe778538e2af0ae991114
ViewMTN: http://monotone.openembedded.org/revision.psp?id=75a1835734e4451c1fbfe778538e2af0ae991114
Files:
1
conf/machine/include/tune-pentium.conf
conf/machine/i586-generic.conf
Diffs:

#
# mt diff -r4ce520c97b90a6c5f2c5faacee3eab83b4513c92 -r75a1835734e4451c1fbfe778538e2af0ae991114
#
# 
# 
# add_file "conf/machine/include/tune-pentium.conf"
#  content [b1b8208e7f5420ff66a9411c623677b0c1d186c2]
# 
# patch "conf/machine/i586-generic.conf"
#  from [c5fd72db431ef2ed503db0c88c5b22e788be90bd]
#    to [7f2abcd86ad5dde6d2411133e92d2c7e426af0ab]
# 
============================================================
--- conf/machine/include/tune-pentium.conf	b1b8208e7f5420ff66a9411c623677b0c1d186c2
+++ conf/machine/include/tune-pentium.conf	b1b8208e7f5420ff66a9411c623677b0c1d186c2
@@ -0,0 +1,3 @@
+TARGET_CC_ARCH = "-mcpu=pentium"
+PACKAGE_ARCH = "i586"
+
============================================================
--- conf/machine/i586-generic.conf	c5fd72db431ef2ed503db0c88c5b22e788be90bd
+++ conf/machine/i586-generic.conf	7f2abcd86ad5dde6d2411133e92d2c7e426af0ab
@@ -24,3 +24,6 @@ MACHINE_TASK_PROVIDER = "task-base"
 MACHINE_TASK_PROVIDER = "task-base"
 
 
+#tune for pentium cpu
+require conf/machine/include/tune-pentium.conf
+






More information about the Openembedded-commits mailing list