From d2d3c15c1409e70ed758aab0e5da31ff15c3f500 Mon Sep 17 00:00:00 2001 From: Titus von Boxberg Date: Mon, 24 May 2010 16:34:55 +0200 Subject: cc/gcc: Make usage of --enable-target-optspace configurable Optionally configure to compile gcc-internal libs with -Os. yann.morin.1998@anciens.enib.fr: Rename the config options, it is in the GCC /namespace/. --- config/cc/gcc.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config/cc') diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 4c37d561..062bff2a 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -259,6 +259,15 @@ config CC_EXTRA_CONFIG help Extra flags to pass onto ./configure when configuring gcc. +config CC_GCC_ENABLE_TARGET_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. + config CC_PKGVERSION string prompt "gcc ID string" -- cgit v1.2.3