summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-11-25 23:10:22 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-11-25 23:10:22 +0000
commitcc5fe3f342a57cc4d2c6fa505e9a2dc3e6d76795 (patch)
treeba2bab3682b42b98c72cfe3094c98cb689727c2e
parent6e4e6d184815d126321c83188bf3fd435b59605c (diff)
downloadOSELAS.Toolchain-cc5fe3f342a57cc4d2c6fa505e9a2dc3e6d76795.tar.gz
OSELAS.Toolchain-cc5fe3f342a57cc4d2c6fa505e9a2dc3e6d76795.tar.xz
* cross-binutils.in:
removed unimplemented features git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@1351 f8d472c7-5700-0410-ac5a-87979cec3adf
-rw-r--r--rules/cross-binutils.in24
1 files changed, 12 insertions, 12 deletions
diff --git a/rules/cross-binutils.in b/rules/cross-binutils.in
index 29ed5c5..f2d4ba7 100644
--- a/rules/cross-binutils.in
+++ b/rules/cross-binutils.in
@@ -13,17 +13,17 @@ config CROSS_BINUTILS_VERSION
help
Specify the binutils version here.
-config CROSS_BINUTILS_EXTRA_CONFIG
- depends on CROSS_BINUTILS
- string
- prompt "extra configure options"
- help
- Add these extra options to binutils' configure script.
+#config CROSS_BINUTILS_EXTRA_CONFIG
+# depends on CROSS_BINUTILS
+# string
+# prompt "extra configure options"
+# help
+# Add these extra options to binutils' configure script.
-config CROSS_BINUTILS_EXTRA_ENV
- depends on CROSS_BINUTILS
- string
- prompt "extra environment"
- help
- Add this to the binutils' environment.
+#config CROSS_BINUTILS_EXTRA_ENV
+# depends on CROSS_BINUTILS
+# string
+# prompt "extra environment"
+# help
+# Add this to the binutils' environment.