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.
This commit is contained in:
Joel Sherrill
2002-04-03 17:58:26 +00:00
parent 47f7dc5dac
commit df1f734e38
10 changed files with 79 additions and 273 deletions

View File

@@ -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 ;;
*)