2001-03-28 Joel Sherrill <joel@OARcorp.com>

* Per PR64 added support for gcc 3.x RPMs
	* Makefile.am, configure.ac, mkspec, setup, setup.def: Modified.
	* mkgcc3newlibspec.in: New file.
	* gcc3newlib: New subdirectory.
	* base-g77.add, base-gcc.add, base-gcj.add, gccnewlib.add,
	gccnewlib_c_only.spec.in, gccnewlib.spec.in, HISTORY, Makefile.am,
	README, target-g77.add, target-gcc.add, target-gcj.add,
	target-objc.add: New files.
This commit is contained in:
Joel Sherrill
2002-03-28 18:17:40 +00:00
parent c2778fa04c
commit afe5cac98d
20 changed files with 1188 additions and 5 deletions

View File

@@ -65,6 +65,8 @@ AC_MSG_RESULT($RPM_CPU)
GCCNEWLIBVERS="gcc-${gcc_version}-newlib-${newlib_version}"
AC_SUBST(GCCNEWLIBVERS)
GCC3NEWLIBVERS="gcc-${gcc3_version}-newlib-${gcc3newlib_version}"
AC_SUBST(GCC3NEWLIBVERS)
BINUTILSVERS="binutils-${binutils_version}"
AC_SUBST(BINUTILSVERS)
GDBVERS="gdb-${gdb_version}"
@@ -79,10 +81,12 @@ buildall
buildalltar
mkbinutilspec
mkgccnewlibspec
mkgcc3newlibspec
mkgdbspec
mkbspspec
binutils/Makefile
gccnewlib/Makefile
gcc3newlib/Makefile
gdb/Makefile
rtems/Makefile
autotools/Makefile