[oe-commits] org.oe.dev ixp4xx.conf, slugos.inc: Removed ARM_INSTRUCTION_SET and THUMB_INTERWORK, cause they are already set to defaults in tune-thumb.conf. Moved FULL_OPTIMIZATION to slugos.inc cause it's distro policy not inherent to the machine.

rwhitby commit openembedded-commits at lists.openembedded.org
Sat Feb 10 23:26:55 UTC 2007


ixp4xx.conf,slugos.inc: Removed ARM_INSTRUCTION_SET and THUMB_INTERWORK, cause they are already set to defaults in tune-thumb.conf.  Moved FULL_OPTIMIZATION to slugos.inc cause it's distro policy not inherent to the machine.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 5e4ea63ef779e01c77462655d839bcb34f6de0e6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5e4ea63ef779e01c77462655d839bcb34f6de0e6
Files:
1
conf/distro/include/slugos.inc
conf/machine/include/ixp4xx.conf
Diffs:

#
# mt diff -r0e24d38b9011c1e7581662d5be7170550f68b553 -r5e4ea63ef779e01c77462655d839bcb34f6de0e6
#
# 
# 
# patch "conf/distro/include/slugos.inc"
#  from [b3b4a108f2122557319bc86b8db1e7149f1f9ef8]
#    to [e9c327ed4bdf9fc4bb24a3c8f7fefc8638d5e574]
# 
# patch "conf/machine/include/ixp4xx.conf"
#  from [fbbd0ea7a2902d093df73a04bca15bbac55ccdf4]
#    to [a48d913ee1a5a3db5a91d22385c92f83e5d97a2a]
# 
============================================================
--- conf/distro/include/slugos.inc	b3b4a108f2122557319bc86b8db1e7149f1f9ef8
+++ conf/distro/include/slugos.inc	e9c327ed4bdf9fc4bb24a3c8f7fefc8638d5e574
@@ -65,6 +65,18 @@ DISTRO_BASE = ":slugos"
 
 DISTRO_BASE = ":slugos"
 
+# FULL_OPTIMIZATION
+#    Optimization settings.  Os works fine and is significantly better than O2.
+#    The other settings are somewhat arbitrary.  The optimisations chosen here
+#    include the ones which 'break' symbolic debugging (because the compiler does
+#    not include enough information to allow the debugger to know where given
+#    values are.)  The -fno options are an attempt to cancel explicit use of space
+#    consuming options found in some packages (this isn't a complete list, this is
+#    just the ones which package writers seem to know about and abuse).
+FULL_OPTIMIZATION = "-Os -fomit-frame-pointer -frename-registers \
+	-fno-unroll-loops -fno-inline-functions \
+	-fweb -funit-at-a-time"
+
 # packages/meta/slugos-image.bb generates a binary image of the root file system
 # with a name controlled by the following setting - it defaults to the top level
 # ${DISTRO_NAME} and this should always be correct, but it may be too specific (e.g.
============================================================
--- conf/machine/include/ixp4xx.conf	fbbd0ea7a2902d093df73a04bca15bbac55ccdf4
+++ conf/machine/include/ixp4xx.conf	a48d913ee1a5a3db5a91d22385c92f83e5d97a2a
@@ -21,22 +21,6 @@ PREFERRED_PROVIDER_virtual/kernel ?= "ix
 # <possible values>
 #    description
 
-ARM_INSTRUCTION_SET = "arm"
-# "arm" "thumb"
-#    The instruction set the compiler should use when generating application
-#    code.  The kernel is always compiled with arm code at present.  arm code
-#    is the original 32 bit ARM instruction set, thumb code is the 16 bit
-#    encoded RISC sub-set.  Thumb code is smaller (maybe 70% of the ARM size)
-#    but requires more instructions (140% for 70% smaller code) so may be
-#    slower.
-
-THUMB_INTERWORK = "yes"
-# "yes" "no"
-#    Whether to compile with code to allow interworking between the two
-#    instruction sets.  This allows thumb code to be executed on a primarily
-#    arm system and vice versa.  It is strongly recommended that DISTROs not
-#    turn this off - the actual cost is very small.
-
 DISTRO_BASE = ""
 # "" ":<base>"
 #    If given this must be the name of a 'distro' to add to the bitbake OVERRIDES
@@ -65,16 +49,3 @@ USE_VT = "0"
 SERIAL_CONSOLE = "115200 ttyS0"
 KERNEL_CONSOLE = "ttyS0,115200n8"
 USE_VT = "0"
-
-# FULL_OPTIMIZATION
-#    Optimization settings.  Os works fine and is significantly better than O2.
-#    The other settings are somewhat arbitrary.  The optimisations chosen here
-#    include the ones which 'break' symbolic debugging (because the compiler does
-#    not include enough information to allow the debugger to know where given
-#    values are.)  The -fno options are an attempt to cancel explicit use of space
-#    consuming options found in some packages (this isn't a complete list, this is
-#    just the ones which package writers seem to know about and abuse).
-FULL_OPTIMIZATION = "-Os -fomit-frame-pointer -frename-registers \
-	-fno-unroll-loops -fno-inline-functions \
-	-fweb -funit-at-a-time"
-






More information about the Openembedded-commits mailing list