forked from Imagelibrary/rtems
2002-03-06 Ralf Corsepius <corsepiu@faw-uni-ulm.de>
* PR151 * autotools/automake-rtems.spec.in: New. * autotools/automake-rtems.spec: Removed. * configure.ac: Reflect changes above.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2002-03-06 Ralf Corsepius <corsepiu@faw-uni-ulm.de>
|
||||||
|
|
||||||
|
* PR151
|
||||||
|
* autotools/automake-rtems.spec.in: New.
|
||||||
|
* autotools/automake-rtems.spec: Removed.
|
||||||
|
* configure.ac: Reflect changes above.
|
||||||
|
|
||||||
2001-02-27 Joel Sherrill <joel@OARcorp.com>
|
2001-02-27 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* configure.ac: Be a little more lenient in matching sparc-solaris.
|
* configure.ac: Be a little more lenient in matching sparc-solaris.
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ BuildRoot: %{_tmppath}/@target_alias@-binutils
|
|||||||
|
|
||||||
Version: @binutils_version@
|
Version: @binutils_version@
|
||||||
Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-@binutils_version@.tar.gz
|
Source0: ftp://ftp.gnu.org/pub/gnu/binutils/binutils-@binutils_version@.tar.gz
|
||||||
Patch0: binutils-@binutils_version@-rtems-@binutils_patch_version@.diff
|
# Patch0: binutils-@binutils_version@-rtems-@binutils_patch_version@.diff
|
||||||
#
|
#
|
||||||
# The original sources are not included in the source RPM.
|
# The original sources are not included in the source RPM.
|
||||||
# If we included them, then the source RPMs for each target
|
# If we included them, then the source RPMs for each target
|
||||||
@@ -47,7 +47,7 @@ This is binutils sources with patches for RTEMS.
|
|||||||
# untar the sources inside @target_alias@-binutils
|
# untar the sources inside @target_alias@-binutils
|
||||||
%setup -c -n @target_alias@-binutils
|
%setup -c -n @target_alias@-binutils
|
||||||
|
|
||||||
%patch0 -p0
|
# %patch0 -p0
|
||||||
test -d build || mkdir build
|
test -d build || mkdir build
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|||||||
@@ -85,7 +85,9 @@ binutils/Makefile
|
|||||||
gccnewlib/Makefile
|
gccnewlib/Makefile
|
||||||
gdb/Makefile
|
gdb/Makefile
|
||||||
rtems/Makefile
|
rtems/Makefile
|
||||||
autotools/Makefile])
|
autotools/Makefile
|
||||||
|
autotools/automake-rtems.spec
|
||||||
|
])
|
||||||
AC_CONFIG_COMMANDS([default],[[chmod 755 buildall
|
AC_CONFIG_COMMANDS([default],[[chmod 755 buildall
|
||||||
chmod 755 buildalltar
|
chmod 755 buildalltar
|
||||||
]],[[]])
|
]],[[]])
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
binutils_version=2.10
|
binutils_version=2.12prer1
|
||||||
binutils_patch_version=NA-BUILDING-GCC
|
binutils_patch_version=20010622
|
||||||
binutils_rpm_release=3
|
binutils_rpm_release=3
|
||||||
newlib_version=1.9.0
|
newlib_version=1.9.0
|
||||||
newlib_patch_version=20010622
|
newlib_patch_version=20010622
|
||||||
|
|||||||
Reference in New Issue
Block a user