summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/Makefile.am2
-rw-r--r--scripts/configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index cef7e700c3..5e90051ece 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -4,7 +4,7 @@
ACLOCAL_AMFLAGS = -I ../aclocal
-SUBDIRS = . binutils gcc3newlib gdb rtems autotools cpukit
+SUBDIRS = . binutils gccnewlib gdb rtems autotools cpukit
SUBDIRS += rtemsdoc
noinst_SCRIPTS = setup buildall buildalltar mkbspspec mkrpms mkspec
diff --git a/scripts/configure.ac b/scripts/configure.ac
index 295411ba8e..8517dd4c7e 100644
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -72,7 +72,7 @@ AC_SUBST(RTEMS_RPM_RELEASE,$rtems_rpm_release)
AC_SUBST(osversion,$osversion)
AC_CONFIG_FILES([Makefile
binutils/Makefile
-gcc3newlib/Makefile
+gccnewlib/Makefile
gdb/Makefile
rtems/Makefile
autotools/Makefile
@@ -88,7 +88,7 @@ AC_CONFIG_FILES([buildall],[chmod +x buildall])
AC_CONFIG_FILES([gdb/mkspec],[chmod +x gdb/mkspec])
AC_CONFIG_FILES([binutils/mkspec],[chmod +x binutils/mkspec])
AC_CONFIG_FILES([mkbspspec],[chmod +x mkbspspec])
-AC_CONFIG_FILES([gcc3newlib/mkspec],[chmod +x gcc3newlib/mkspec])
+AC_CONFIG_FILES([gccnewlib/mkspec],[chmod +x gccnewlib/mkspec])
AC_CONFIG_FILES([cpukit/mkspec],[chmod +x cpukit/mkspec])
AC_CONFIG_COMMANDS([default],[[chmod 755 buildall