2004-01-28 RTEMS

* configure.ac: Enable OS versioning by default for 4.7 branch.
	* setup.def: Update binutils RPM version and build new gcc 3.2.3 RPMs.
	* autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in:
	Update for new tool spin.
This commit is contained in:
Joel Sherrill
2004-01-28 21:19:49 +00:00
parent ea16324b19
commit e85312ddcf
5 changed files with 14 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ AC_ARG_ENABLE([osversions],
yes ) osversion=RTEMS_API;;
* ) osversion=;;
esac],
[osversion=])
[osversion=RTEMS_API])
AC_MSG_CHECKING(for rpm SPECS directory)
# Allow users to override RPM_SPECSdir from the environment.