mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
Add gmp, mpfr, *-helper.
This commit is contained in:
@@ -22,7 +22,7 @@ $(TARGET)-libs.spec.in: $(LIBS_SUBPACKAGES) Makefile.am
|
||||
-e "s,%{gcc_rpmvers},%{mingw32_rpmvers},g" \
|
||||
> $(TARGET)-libs.spec.in
|
||||
CLEANFILES += $(TARGET)-libs.spec.in
|
||||
|
||||
|
||||
@rpmprefix@$(TARGET)-libs.spec: $(TARGET)-libs.spec.in
|
||||
$(MKSPEC) $(TARGET)-libs.spec.in | $(SPECSTRIP) > $@
|
||||
CLEANFILES += @rpmprefix@$(TARGET)-libs.spec
|
||||
@@ -46,12 +46,19 @@ $(TARGET)-w32api.spec.in: $(W32API_SUBPACKAGES) Makefile.am
|
||||
-e "s,%{gcc_rpmvers},%{w32api_rpmvers},g" \
|
||||
> $(TARGET)-w32api.spec.in
|
||||
CLEANFILES += $(TARGET)-w32api.spec.in
|
||||
|
||||
|
||||
@rpmprefix@$(TARGET)-w32api.spec: $(TARGET)-w32api.spec.in
|
||||
$(MKSPEC) $(TARGET)-w32api.spec.in | $(SPECSTRIP) > $@
|
||||
CLEANFILES += @rpmprefix@$(TARGET)-w32api.spec
|
||||
noinst_DATA += @rpmprefix@$(TARGET)-w32api.spec
|
||||
|
||||
GMP_VERS = 4.2.4
|
||||
GMP_RPMREL = 0.20081219.1%{?dist}
|
||||
include ../gmp.am
|
||||
|
||||
MPFR_VERS = 2.3.1
|
||||
MPFR_RPMREL = 0.20081219.1%{?dist}
|
||||
include ../mpfr.am
|
||||
|
||||
BINUTILS_VERS = 2.16.91-20060119-1
|
||||
BINUTILS_PKGVERS = $(BINUTILS_VERS)
|
||||
@@ -64,3 +71,43 @@ GCC_PKGVERS = $(GCC_VERS)
|
||||
GCC_RPMREL = @VERSION@%{?dist}
|
||||
include ../gcc.am
|
||||
GCC_OPTS += --languages=c
|
||||
|
||||
@rpmprefix@$(TARGET)-binutils-helper.spec: $(TARGET)-binutils-helper.spec.in
|
||||
$(MKSPEC) $(TARGET)-binutils-helper.spec.in | $(SPECSTRIP) > $@
|
||||
CLEANFILES += @rpmprefix@$(TARGET)-binutils-helper.spec
|
||||
noinst_DATA += @rpmprefix@$(TARGET)-binutils-helper.spec
|
||||
|
||||
@rpmprefix@$(TARGET)-curses-helper.spec: $(TARGET)-curses-helper.spec.in
|
||||
$(MKSPEC) $(TARGET)-curses-helper.spec.in | $(SPECSTRIP) > $@
|
||||
CLEANFILES += @rpmprefix@$(TARGET)-curses-helper.spec
|
||||
noinst_DATA += @rpmprefix@$(TARGET)-curses-helper.spec
|
||||
|
||||
@rpmprefix@$(TARGET)-expat-helper.spec: $(TARGET)-expat-helper.spec.in
|
||||
$(MKSPEC) $(TARGET)-expat-helper.spec.in | $(SPECSTRIP) > $@
|
||||
CLEANFILES += @rpmprefix@$(TARGET)-expat-helper.spec
|
||||
noinst_DATA += @rpmprefix@$(TARGET)-expat-helper.spec
|
||||
|
||||
@rpmprefix@$(TARGET)-gcc-helper.spec: $(TARGET)-gcc-helper.spec.in
|
||||
$(MKSPEC) $(TARGET)-gcc-helper.spec.in | $(SPECSTRIP) > $@
|
||||
CLEANFILES += @rpmprefix@$(TARGET)-gcc-helper.spec
|
||||
noinst_DATA += @rpmprefix@$(TARGET)-gcc-helper.spec
|
||||
|
||||
@rpmprefix@$(TARGET)-libs-helper.spec: $(TARGET)-libs-helper.spec.in
|
||||
$(MKSPEC) $(TARGET)-libs-helper.spec.in | $(SPECSTRIP) > $@
|
||||
CLEANFILES += @rpmprefix@$(TARGET)-libs-helper.spec
|
||||
noinst_DATA += @rpmprefix@$(TARGET)-libs-helper.spec
|
||||
|
||||
@rpmprefix@$(TARGET)-readline-helper.spec: $(TARGET)-readline-helper.spec.in
|
||||
$(MKSPEC) $(TARGET)-readline-helper.spec.in | $(SPECSTRIP) > $@
|
||||
CLEANFILES += @rpmprefix@$(TARGET)-readline-helper.spec
|
||||
noinst_DATA += @rpmprefix@$(TARGET)-readline-helper.spec
|
||||
|
||||
@rpmprefix@$(TARGET)-w32api-helper.spec: $(TARGET)-w32api-helper.spec.in
|
||||
$(MKSPEC) $(TARGET)-w32api-helper.spec.in | $(SPECSTRIP) > $@
|
||||
CLEANFILES += @rpmprefix@$(TARGET)-w32api-helper.spec
|
||||
noinst_DATA += @rpmprefix@$(TARGET)-w32api-helper.spec
|
||||
|
||||
@rpmprefix@$(TARGET)-zlib-helper.spec: $(TARGET)-zlib-helper.spec.in
|
||||
$(MKSPEC) $(TARGET)-zlib-helper.spec.in | $(SPECSTRIP) > $@
|
||||
CLEANFILES += @rpmprefix@$(TARGET)-zlib-helper.spec
|
||||
noinst_DATA += @rpmprefix@$(TARGET)-zlib-helper.spec
|
||||
|
||||
Reference in New Issue
Block a user