forked from Imagelibrary/rtems
that contains:
* cleanups to configuration files
* A reworked gccnewlib.spec.in: I have reformated it for enhanced
readability and added more rtems-base packages. It now should be free of
any installation conflicts (If there still remain some, they should be
regarded as bugs).
* A fix to the bin2boot RTEMS_BSP issue (make RTEMS_BSP="pc386 pc486"
now works).
* removes libbsp/bare/wrapup
* Further cleanups
28 lines
502 B
Makefile
28 lines
502 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec
|
|
|
|
MKBINUTILSSPEC_DEPS = \
|
|
$(top_builddir)/mkbinutilspec binutils.spec.in $(top_builddir)/setup.cache
|
|
|
|
sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
|
|
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems
|
|
|
|
TEMPLATES = \
|
|
binutils.spec.in
|
|
|
|
RPM_SPECS_DATA = \
|
|
sparc-rtems-$(BINUTILSVERS).spec
|
|
|
|
noinst_DATA = \
|
|
$(TEMPLATES)
|
|
|
|
EXTRA_DIST = \
|
|
$(TEMPLATES)
|
|
|
|
CLEANFILES = $(RPM_SPECS_DATA)
|