summaryrefslogtreecommitdiffstats
path: root/scripts/setup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 17:58:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 17:58:26 +0000
commitdf1f734e38c63d3f46f6fca98787621f0afb9934 (patch)
tree5229697629f6b3d7dceaa577c2d2a41bf5d47470 /scripts/setup
parent2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-df1f734e38c63d3f46f6fca98787621f0afb9934.tar.bz2
2002-04-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mkbinutilspec.in: Add support for empty patch-version (no patch). * mkgcc3newlibspec.in: Ditto. * setup: Fix gcc3*_versions handling. * setup.def: binutils_patch_version=. * binutils/binutils.add: Reflect changes to mkbinutilspec.in, Use "%{_target_os}" != "%{_build_os}" to detect cross-building. * binutils/target-binutils.add: Comment out c++filt. * gcc3newlib/base-gcc.add: Remove duplicate libm.info. * gcc3newlib/gccnewlib.add: Reflect changes to mkgcc3newlibspec.in. Use "%{_target_os}" != "%{_build_os}" to detect cross-building. Comment out gcc-2.95.x hacks. Remove *.la from installed files. * gcc3newlib/gccnewlib_c_only.spec.in: Remove.
Diffstat (limited to 'scripts/setup')
-rwxr-xr-xscripts/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/setup b/scripts/setup
index 068ffe9a27..edb41a08be 100755
--- a/scripts/setup
+++ b/scripts/setup
@@ -80,9 +80,9 @@ do
f) echo -n "GCC3 patch version>"
read gcc3_patch_version ;;
g) echo -n "NEWLIB source >"
- read newlib_version ;;
+ read gcc3newlib_version ;;
h) echo -n "NEWLIB patch version>"
- read newlib_patch_version ;;
+ read gcc3newlib_patch_version ;;
i) echo -n "GCC3/NEWLIB RPM release >"
read gcc3newlib_rpm_release ;;
*)