Browse Source

allow people to enter target optimizations

Mike Frysinger 21 years ago
parent
commit
d47905628e
1 changed files with 2 additions and 3 deletions
  1. 2 3
      toolchain/Config.in

+ 2 - 3
toolchain/Config.in

@@ -44,11 +44,10 @@ config SOFT_FLOAT
 	default "true"
 
 config BR2_TARGET_OPTIMIZATION
-	string
+	string "Target Optimizations"
 	default "-Os -pipe"
 	help
-	    Currently the unwind stuff seems to work for staticly linked apps
-	    but not dynamic.  So use setjmp/longjmp exceptions by default.
+	  Optimizations to use when building for the target host.
 
 # Might be worth experimenting with for gcc 3.4.x.
 #GCC_WITH_CPU:=