Reset RPMRELS.

This commit is contained in:
Ralf Corsepius
2006-08-12 05:05:52 +00:00
parent 6d7e83670f
commit a2ced07254

View File

@@ -5,11 +5,11 @@ TARGET = bfin-rtems4.7
include $(top_srcdir)/mkspec.am include $(top_srcdir)/mkspec.am
BINUTILS_VERS = 2.17 BINUTILS_VERS = 2.17
BINUTILS_RPMREL = 3 BINUTILS_RPMREL = 1
include ../binutils.am include ../binutils.am
GCC_VERS = 4.1.1 GCC_VERS = 4.1.1
GCC_RPMREL = 5 GCC_RPMREL = 1
NEWLIB_VERS = 1.14.0 NEWLIB_VERS = 1.14.0
include ../gcc.am include ../gcc.am
## GCC_OPTS += --languages=cxx ## GCC_OPTS += --languages=cxx
@@ -18,5 +18,5 @@ include ../gcc.am
## optargs="--disable-libssp --disable-libstdcxx-pch" rpmbuild -ba XXX.spec ## optargs="--disable-libssp --disable-libstdcxx-pch" rpmbuild -ba XXX.spec
GDB_VERS = 6.5 GDB_VERS = 6.5
GDB_RPMREL = 2 GDB_RPMREL = 1
include ../gdb.am include ../gdb.am