Changeset f8f365a6 in rtems
- Timestamp:
- Sep 4, 2003, 1:35:27 PM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1ceb844
- Parents:
- b81db49
- Location:
- scripts
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
rb81db49 rf8f365a6 1 2003-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Add --enable-osversions (OS-versioned RPMS support). 4 * binutils/Makefile.am: Add osversion support. 5 * binutils/mkspec.in: Add osversion support. 6 * gcc3newlib/Makefile.am: Add osversion support. 7 * gcc3newlib/mkspec.in: Add osversion support. 8 * gdb/Makefile.am: Add osversion support. 9 * gdb/mkspec.in: Add osversion support. 10 Add rpmprefix, rpmgroup. 11 1 12 2003-09-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 13 -
scripts/binutils/Makefile.am
rb81db49 rf8f365a6 20 20 $(top_builddir)/setup.cache 21 21 22 arm-rtems -$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)23 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache arm-rtems > $@24 RPM_SPECS_DATA += arm-rtems -$(BINUTILSVERS).spec22 arm-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 23 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@ 24 RPM_SPECS_DATA += arm-rtems@osversion@-$(BINUTILSVERS).spec 25 25 26 c4x-rtems -$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)27 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems > $@28 RPM_SPECS_DATA += c4x-rtems -$(BINUTILSVERS).spec26 c4x-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 27 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems@osversion@ > $@ 28 RPM_SPECS_DATA += c4x-rtems@osversion@-$(BINUTILSVERS).spec 29 29 30 h8300-rtems -$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)31 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems > $@32 RPM_SPECS_DATA += h8300-rtems -$(BINUTILSVERS).spec30 h8300-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 31 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@ 32 RPM_SPECS_DATA += h8300-rtems@osversion@-$(BINUTILSVERS).spec 33 33 34 hppa1.1-rtems -$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)35 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache hppa1.1-rtems > $@36 RPM_SPECS_DATA += hppa1.1-rtems -$(BINUTILSVERS).spec34 hppa1.1-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 35 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache hppa1.1-rtems@osversion@ > $@ 36 RPM_SPECS_DATA += hppa1.1-rtems@osversion@-$(BINUTILSVERS).spec 37 37 38 i386-rtems -$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)39 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i386-rtems > $@40 RPM_SPECS_DATA += i386-rtems -$(BINUTILSVERS).spec38 i386-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 39 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@ 40 RPM_SPECS_DATA += i386-rtems@osversion@-$(BINUTILSVERS).spec 41 41 42 i960-rtems -$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)43 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i960-rtems > $@44 RPM_SPECS_DATA += i960-rtems -$(BINUTILSVERS).spec42 i960-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 43 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache i960-rtems@osversion@ > $@ 44 RPM_SPECS_DATA += i960-rtems@osversion@-$(BINUTILSVERS).spec 45 45 46 m68k-rtems -$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)47 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems > $@48 RPM_SPECS_DATA += m68k-rtems -$(BINUTILSVERS).spec46 m68k-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 47 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@ 48 RPM_SPECS_DATA += m68k-rtems@osversion@-$(BINUTILSVERS).spec 49 49 50 mips64orion-rtems -$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)51 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems > $@52 RPM_SPECS_DATA += mips64orion-rtems -$(BINUTILSVERS).spec50 mips64orion-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 51 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems@osversion@ > $@ 52 RPM_SPECS_DATA += mips64orion-rtems@osversion@-$(BINUTILSVERS).spec 53 53 54 mips-rtems -$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)55 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips-rtems > $@56 RPM_SPECS_DATA += mips-rtems -$(BINUTILSVERS).spec54 mips-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 55 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@ 56 RPM_SPECS_DATA += mips-rtems@osversion@-$(BINUTILSVERS).spec 57 57 58 or32-rtems -$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)59 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache or32-rtems > $@60 RPM_SPECS_DATA += or32-rtems -$(BINUTILSVERS).spec58 or32-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 59 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache or32-rtems@osversion@ > $@ 60 RPM_SPECS_DATA += or32-rtems@osversion@-$(BINUTILSVERS).spec 61 61 62 powerpc-rtems -$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)63 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems > $@64 RPM_SPECS_DATA += powerpc-rtems -$(BINUTILSVERS).spec62 powerpc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 63 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@ 64 RPM_SPECS_DATA += powerpc-rtems@osversion@-$(BINUTILSVERS).spec 65 65 66 sh-rtems -$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)67 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtems > $@68 RPM_SPECS_DATA += sh-rtems -$(BINUTILSVERS).spec66 sh-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 67 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@ 68 RPM_SPECS_DATA += sh-rtems@osversion@-$(BINUTILSVERS).spec 69 69 70 70 sh-rtemself-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 71 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself > $@71 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself@osversion@ > $@ 72 72 RPM_SPECS_DATA += sh-rtemself-$(BINUTILSVERS).spec 73 73 74 sparc-rtems -$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)75 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems > $@76 RPM_SPECS_DATA += sparc-rtems -$(BINUTILSVERS).spec74 sparc-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) 75 $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@ 76 RPM_SPECS_DATA += sparc-rtems@osversion@-$(BINUTILSVERS).spec 77 77 78 78 CLEANFILES += $(RPM_SPECS_DATA) -
scripts/binutils/mkspec.in
rb81db49 rf8f365a6 60 60 -e "s,@rpmprefix\@,@rpmprefix@,g" \ 61 61 -e "s%@rpmgroup\@%@rpmgroup@%g" \ 62 -e "s%@rpmgroup\@%@rpmgroup@%g" \ 63 -e "s%@osversion\@%@osversion@%g" \ 62 64 -e "s%@binutils_version\@%${binutils_version}%g" \ 63 65 -e "s%@binutils_patch_version\@%${binutils_patch_version}%g" \ -
scripts/configure.ac
rb81db49 rf8f365a6 23 23 esac], 24 24 [rpmprefix="rtems-"]RTEMS_API["-"]) 25 26 AC_ARG_ENABLE([osversions], 27 [ --enable-osversions whether to use version numbers in os-tripples], 28 [case $enable_osversions in 29 yes ) osversion=RTEMS_API;; 30 * ) osversion=;; 31 esac], 32 [osversion=]) 25 33 26 34 AC_MSG_CHECKING(for rpm SPECS directory) … … 80 88 AC_SUBST(rpmprefix,$rpmprefix) 81 89 AC_SUBST(rpmgroup,[Rtems/][RTEMS_API]) 90 AC_SUBST(osversion,$osversion) 82 91 83 92 AC_CONFIG_FILES([Makefile -
scripts/gcc3newlib/Makefile.am
rb81db49 rf8f365a6 29 29 RPM_SPECS_DATA = 30 30 31 arm-rtems -$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)32 $(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems > $@33 RPM_SPECS_DATA += arm-rtems -$(GCC3NEWLIBVERS).spec31 arm-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 32 $(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@ 33 RPM_SPECS_DATA += arm-rtems@osversion@-$(GCC3NEWLIBVERS).spec 34 34 35 c4x-rtems -$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)36 $(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems > $@37 RPM_SPECS_DATA += c4x-rtems -$(GCC3NEWLIBVERS).spec35 c4x-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 36 $(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems@osversion@ > $@ 37 RPM_SPECS_DATA += c4x-rtems@osversion@-$(GCC3NEWLIBVERS).spec 38 38 39 h8300-rtems -$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)40 $(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems > $@41 RPM_SPECS_DATA += h8300-rtems -$(GCC3NEWLIBVERS).spec39 h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 40 $(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@ 41 RPM_SPECS_DATA += h8300-rtems@osversion@-$(GCC3NEWLIBVERS).spec 42 42 43 hppa1.1-rtems -$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)44 $(MKSPEC) -cfg $(top_builddir)/setup.cache hppa1.1-rtems > $@45 RPM_SPECS_DATA += hppa1.1-rtems -$(GCC3NEWLIBVERS).spec43 hppa1.1-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 44 $(MKSPEC) -cfg $(top_builddir)/setup.cache hppa1.1-rtems@osversion@ > $@ 45 RPM_SPECS_DATA += hppa1.1-rtems@osversion@-$(GCC3NEWLIBVERS).spec 46 46 47 i386-rtems -$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)48 $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems > $@49 RPM_SPECS_DATA += i386-rtems -$(GCC3NEWLIBVERS).spec47 i386-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 48 $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@ 49 RPM_SPECS_DATA += i386-rtems@osversion@-$(GCC3NEWLIBVERS).spec 50 50 51 i960-rtems -$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)52 $(MKSPEC) -cfg $(top_builddir)/setup.cache i960-rtems > $@53 RPM_SPECS_DATA += i960-rtems -$(GCC3NEWLIBVERS).spec51 i960-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 52 $(MKSPEC) -cfg $(top_builddir)/setup.cache i960-rtems@osversion@ > $@ 53 RPM_SPECS_DATA += i960-rtems@osversion@-$(GCC3NEWLIBVERS).spec 54 54 55 m68k-rtems -$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)56 $(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems > $@57 RPM_SPECS_DATA += m68k-rtems -$(GCC3NEWLIBVERS).spec55 m68k-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 56 $(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@ 57 RPM_SPECS_DATA += m68k-rtems@osversion@-$(GCC3NEWLIBVERS).spec 58 58 59 mips64orion-rtems -$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)60 $(MKSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems > $@61 RPM_SPECS_DATA += mips64orion-rtems -$(GCC3NEWLIBVERS).spec59 mips64orion-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 60 $(MKSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems@osversion@ > $@ 61 RPM_SPECS_DATA += mips64orion-rtems@osversion@-$(GCC3NEWLIBVERS).spec 62 62 63 mips-rtems -$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)64 $(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems > $@65 RPM_SPECS_DATA += mips-rtems -$(GCC3NEWLIBVERS).spec63 mips-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 64 $(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@ 65 RPM_SPECS_DATA += mips-rtems@osversion@-$(GCC3NEWLIBVERS).spec 66 66 67 powerpc-rtems -$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)68 $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems > $@69 RPM_SPECS_DATA += powerpc-rtems -$(GCC3NEWLIBVERS).spec67 powerpc-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 68 $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@ 69 RPM_SPECS_DATA += powerpc-rtems@osversion@-$(GCC3NEWLIBVERS).spec 70 70 71 sh-rtems -$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)72 $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems > $@73 RPM_SPECS_DATA += sh-rtems -$(GCC3NEWLIBVERS).spec71 sh-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 72 $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@ 73 RPM_SPECS_DATA += sh-rtems@osversion@-$(GCC3NEWLIBVERS).spec 74 74 75 75 sh-rtemself-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 76 $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself > $@76 $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself@osversion@ > $@ 77 77 RPM_SPECS_DATA += sh-rtemself-$(GCC3NEWLIBVERS).spec 78 78 79 sparc-rtems -$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)80 $(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems > $@81 RPM_SPECS_DATA += sparc-rtems -$(GCC3NEWLIBVERS).spec79 sparc-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS) 80 $(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@ 81 RPM_SPECS_DATA += sparc-rtems@osversion@-$(GCC3NEWLIBVERS).spec 82 82 83 83 CLEANFILES += $(RPM_SPECS_DATA) -
scripts/gcc3newlib/mkspec.in
rb81db49 rf8f365a6 72 72 -e "s,@rpmprefix\@,@rpmprefix@,g" \ 73 73 -e "s%@rpmgroup\@%@rpmgroup@%g" \ 74 -e "s%@osversion\@%@osversion@%g" \ 74 75 -e "s,@rpm_build_root\@,${rpm_build_root},g" \ 75 76 -e "s%@gcc_version\@%${gcc3_version}%g" \ -
scripts/gdb/Makefile.am
rb81db49 rf8f365a6 24 24 RPM_SPECS_DATA = 25 25 26 arm-rtems -$(GDBVERS).spec: $(MKGDBSPEC_DEPS)27 $(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems > $@28 RPM_SPECS_DATA += arm-rtems -$(GDBVERS).spec26 arm-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 27 $(MKSPEC) -cfg $(top_builddir)/setup.cache arm-rtems@osversion@ > $@ 28 RPM_SPECS_DATA += arm-rtems@osversion@-$(GDBVERS).spec 29 29 30 30 # does not build with 5.2 31 # c4x-rtems -$(GDBVERS).spec: $(MKGDBSPEC_DEPS)32 # $(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems > $@33 # RPM_SPECS_DATA += c4x-rtems -$(GDBVERS).spec31 # c4x-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 32 # $(MKSPEC) -cfg $(top_builddir)/setup.cache c4x-rtems@osversion@ > $@ 33 # RPM_SPECS_DATA += c4x-rtems@osversion@-$(GDBVERS).spec 34 34 35 h8300-rtems -$(GDBVERS).spec: $(MKGDBSPEC_DEPS)36 $(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems > $@37 RPM_SPECS_DATA += h8300-rtems -$(GDBVERS).spec35 h8300-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 36 $(MKSPEC) -cfg $(top_builddir)/setup.cache h8300-rtems@osversion@ > $@ 37 RPM_SPECS_DATA += h8300-rtems@osversion@-$(GDBVERS).spec 38 38 39 39 # does not build with 5.2 40 # hppa1.1-rtems -$(GDBVERS).spec: $(MKGDBSPEC_DEPS)41 # $(MKSPEC) -cfg $(top_builddir)/setup.cache hppa1.1-rtems > $@42 # RPM_SPECS_DATA += hppa1.1-rtems -$(GDBVERS).spec40 # hppa1.1-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 41 # $(MKSPEC) -cfg $(top_builddir)/setup.cache hppa1.1-rtems@osversion@ > $@ 42 # RPM_SPECS_DATA += hppa1.1-rtems@osversion@-$(GDBVERS).spec 43 43 44 RPM_SPECS_DATA += i386-rtems -$(GDBVERS).spec45 i386-rtems -$(GDBVERS).spec: $(MKGDBSPEC_DEPS)46 $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems > $@44 RPM_SPECS_DATA += i386-rtems@osversion@-$(GDBVERS).spec 45 i386-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 46 $(MKSPEC) -cfg $(top_builddir)/setup.cache i386-rtems@osversion@ > $@ 47 47 48 48 # does not build with 5.2 … … 51 51 # RPM_SPECS_DATA += i386-RTEMS-$(GDBVERS).spec 52 52 53 i960-rtems -$(GDBVERS).spec: $(MKGDBSPEC_DEPS)54 $(MKSPEC) -cfg $(top_builddir)/setup.cache i960-rtems > $@55 RPM_SPECS_DATA += i960-rtems -$(GDBVERS).spec53 i960-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 54 $(MKSPEC) -cfg $(top_builddir)/setup.cache i960-rtems@osversion@ > $@ 55 RPM_SPECS_DATA += i960-rtems@osversion@-$(GDBVERS).spec 56 56 57 m68k-rtems -$(GDBVERS).spec: $(MKGDBSPEC_DEPS)58 $(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems > $@59 RPM_SPECS_DATA += m68k-rtems -$(GDBVERS).spec57 m68k-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 58 $(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@ 59 RPM_SPECS_DATA += m68k-rtems@osversion@-$(GDBVERS).spec 60 60 61 mips64orion-rtems -$(GDBVERS).spec: $(MKGDBSPEC_DEPS)62 $(MKSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems > $@63 RPM_SPECS_DATA += mips64orion-rtems -$(GDBVERS).spec61 mips64orion-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 62 $(MKSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems@osversion@ > $@ 63 RPM_SPECS_DATA += mips64orion-rtems@osversion@-$(GDBVERS).spec 64 64 65 mips-rtems -$(GDBVERS).spec: $(MKGDBSPEC_DEPS)66 $(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems > $@67 RPM_SPECS_DATA += mips-rtems -$(GDBVERS).spec65 mips-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 66 $(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@ 67 RPM_SPECS_DATA += mips-rtems@osversion@-$(GDBVERS).spec 68 68 69 mipstx39-rtems -$(GDBVERS).spec: $(MKGDBSPEC_DEPS)70 $(MKSPEC) -cfg $(top_builddir)/setup.cache mipstx39-rtems > $@71 RPM_SPECS_DATA += mipstx39-rtems -$(GDBVERS).spec69 mipstx39-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 70 $(MKSPEC) -cfg $(top_builddir)/setup.cache mipstx39-rtems@osversion@ > $@ 71 RPM_SPECS_DATA += mipstx39-rtems@osversion@-$(GDBVERS).spec 72 72 73 73 # does not build with 5.2 … … 76 76 # RPM_SPECS_DATA += powerpc-RTEMS-$(GDBVERS).spec 77 77 78 powerpc-rtems -$(GDBVERS).spec: $(MKGDBSPEC_DEPS)79 $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems > $@80 RPM_SPECS_DATA += powerpc-rtems -$(GDBVERS).spec78 powerpc-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 79 $(MKSPEC) -cfg $(top_builddir)/setup.cache powerpc-rtems@osversion@ > $@ 80 RPM_SPECS_DATA += powerpc-rtems@osversion@-$(GDBVERS).spec 81 81 82 sh-rtems -$(GDBVERS).spec: $(MKGDBSPEC_DEPS)83 $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems > $@84 RPM_SPECS_DATA += sh-rtems -$(GDBVERS).spec82 sh-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 83 $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtems@osversion@ > $@ 84 RPM_SPECS_DATA += sh-rtems@osversion@-$(GDBVERS).spec 85 85 86 sh-rtemself -$(GDBVERS).spec: $(MKGDBSPEC_DEPS)87 $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself > $@88 RPM_SPECS_DATA += sh-rtemself -$(GDBVERS).spec86 sh-rtemself@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 87 $(MKSPEC) -cfg $(top_builddir)/setup.cache sh-rtemself@osversion@ > $@ 88 RPM_SPECS_DATA += sh-rtemself@osversion@-$(GDBVERS).spec 89 89 90 sparc-rtems -$(GDBVERS).spec: $(MKGDBSPEC_DEPS)91 $(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems > $@92 RPM_SPECS_DATA += sparc-rtems -$(GDBVERS).spec90 sparc-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 91 $(MKSPEC) -cfg $(top_builddir)/setup.cache sparc-rtems@osversion@ > $@ 92 RPM_SPECS_DATA += sparc-rtems@osversion@-$(GDBVERS).spec 93 93 94 94 CLEANFILES += $(RPM_SPECS_DATA) -
scripts/gdb/mkspec.in
rb81db49 rf8f365a6 53 53 -e "s%@prefix\@%@prefix@%g" \ 54 54 -e "s%@target_alias\@%${target_alias}%g" \ 55 -e "s,@rpmprefix\@,@rpmprefix@,g" \ 56 -e "s%@rpmgroup\@%@rpmgroup@%g" \ 57 -e "s%@osversion\@%@osversion@%g" \ 55 58 -e "s%@gdb_version\@%${gdb_version}%g" \ 56 59 -e "s%@gdb_patch_version\@%${gdb_patch_version}%g" \
Note: See TracChangeset
for help on using the changeset viewer.