This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 2 of 8] config/target.in: Make usage of --enable-target-optspace configurable


# HG changeset patch
# User Titus von Boxberg <titus@v9g.de>
# Date 1274516066 -7200
# Node ID 3ac0d00d448cf6a7bb74bd6e0a6ae3e9acdacf42
# Parent  32d6416c5e29c88053dc9e660781dceb23d7afe2
config/target.in: Make usage of --enable-target-optspace configurable

Compile gcc-internal libs with -Os or -O2.

diff -r 32d6416c5e29 -r 3ac0d00d448c config/target.in
--- a/config/target.in	Sat May 22 02:59:14 2010 +0200
+++ b/config/target.in	Sat May 22 10:14:26 2010 +0200
@@ -311,4 +311,13 @@
       
       Leave blank if you don't know better.
 
+config TARGET_ENABLE_OPTSPACE
+    bool
+    prompt "Optimize gcc libs for size"
+    default y
+    help
+      Pass --enable-target-optspace to crossgcc's configure.
+
+      This will compile crossgcc's libs with -Os instead of -O2.
+
 endmenu

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]