diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-28 12:03:58 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-28 12:03:58 +0000 |
commit | 93ab6d302188ecaa40446d6511dab84e0e25aa46 (patch) | |
tree | 88fe90ed6f930eb921bd650705c4923c81d7220c /toolchain/gcc/Config.in.2 | |
parent | f27735d605b6cce4759687b762aa8d5953ddb9ec (diff) | |
download | buildroot-novena-93ab6d302188ecaa40446d6511dab84e0e25aa46.tar.gz buildroot-novena-93ab6d302188ecaa40446d6511dab84e0e25aa46.zip |
- add an experimental BR2_PREFER_IMA.
Currently disfunctional for gcc-4.2 due to PR30620 and possibly others
Diffstat (limited to 'toolchain/gcc/Config.in.2')
-rw-r--r-- | toolchain/gcc/Config.in.2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in.2 b/toolchain/gcc/Config.in.2 index 24b316307..d83502ba1 100644 --- a/toolchain/gcc/Config.in.2 +++ b/toolchain/gcc/Config.in.2 @@ -5,3 +5,11 @@ config BR2_PACKAGE_GCC_TARGET help If you want the target system to be able to run binutils/gcc and compile native code, say Y here. + +config BR2_EXTRA_TARGET_GCC_CONFIG_OPTIONS + string "Additional target gcc options" + default "" + help + Any additional target gcc options you may want to include.... + Including, but not limited to --disable-checking etc. + Refer to */configure in your gcc sources. |