forked from Imagelibrary/rtems
2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gdb/gdb.add: Remove header, broken cdn-X configuration,
%clean, Replace @exe_ext@ with %{_exeext}.
* gdb/mkspec.in: Remove exe_ext.
* gdb/target-gdb.add: Replace @exe_ext@ with %{_exeext}.
* gdb/Makefile.am: Use $(top_builddir)/common/common.add,
$(top_builddir)/common/clean.add, header.add.
* gcc3newlib/base-gcj.add: Replace @exe_ext@ with %{_exeext}.
* cpukit/mkspec.in: Remove exe_ext.
* binutils/Makefile.am: Use $(top_builddir)/common/common.add,
$(top_builddir)/common/clean.add, header.add.
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
|
||||
MKBINUTILSSPEC = $(SHELL) ./mkspec
|
||||
|
||||
SUBPACKAGES = binutils.add \
|
||||
base-binutils.add target-binutils.add
|
||||
SUBPACKAGES = header.add
|
||||
SUBPACKAGES += $(top_builddir)/common/common.add binutils.add
|
||||
SUBPACKAGES += $(top_builddir)./common/clean.add
|
||||
SUBPACKAGES += base-binutils.add target-binutils.add
|
||||
|
||||
binutils.spec.in: $(SUBPACKAGES)
|
||||
cat $^ > $@
|
||||
|
||||
Reference in New Issue
Block a user