mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user