2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* gcc3newlib/gccnewlib.add: Remove header, broken cdn-X configuration,
	%clean, Replace @exe_ext@ with %{_exeext}.
	* gcc3newlib/mkspec.in: Remove exe_ext.
	* gcc3newlib/target-c++.add: Replace @exe_ext@ with %{_exeext}.
	* gcc3newlib/target-g77.add: Replace @exe_ext@ with %{_exeext}.
	* gcc3newlib/target-gcc.add: Replace @exe_ext@ with %{_exeext}.
	* gcc3newlib/target-gcj.add: Replace @exe_ext@ with %{_exeext}.
	* gcc3newlib/target-gnat.add: Replace @exe_ext@ with %{_exeext}.
	* gcc3newlib/target-objc.add: Replace @exe_ext@ with %{_exeext}.
	+ gcc3newlib/Makefile.am: Use $(top_builddir)/common/common.add,
	$(top_builddir)/common/clean.add, header.add.
This commit is contained in:
Ralf Corsepius
2003-01-31 05:21:08 +00:00
parent 6044dd2f53
commit 491b8b2e7a
10 changed files with 45 additions and 50 deletions

View File

@@ -6,7 +6,6 @@
RTEMS_DIR=`dirname $0`/@top_srcdir@
CFG=../setup.cache
exe_ext=@EXEEXT@
usage()
{
@@ -75,5 +74,4 @@ sed -e "s,@PATCH1\@,${PATCH1}," \
-e "s%@gcc_patch_version\@%${gcc3_patch_version}%g" \
-e "s%@newlib_version\@%${gcc3newlib_version}%g" \
-e "s%@newlib_patch_version\@%${gcc3newlib_patch_version}%g" \
-e "s%@exe_ext\@%${exe_ext}%g" \
< ${specsrc}