From df1f734e38c63d3f46f6fca98787621f0afb9934 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Apr 2002 17:58:26 +0000 Subject: 2002-04-03 Ralf Corsepius * 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. --- scripts/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/setup') 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 ;; *) -- cgit v1.2.3