mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user