2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>

* aclocal/prog-cc.m4:
	Quote CFLAGS's RHS to accomodate Solaris broken sh.
This commit is contained in:
Ralf Corsepius
2005-02-08 02:54:07 +00:00
parent 0598fb8f6d
commit ea68ed5e87
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/prog-cc.m4:
Quote CFLAGS's RHS to accomodate Solaris broken sh.
2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/rtems-top.m4 (rtems_updir): Quote sed args.

View File

@@ -10,7 +10,7 @@ AC_BEFORE([$0], [AC_PROG_CPP])dnl
AC_BEFORE([$0], [AC_PROG_CC])dnl
AC_BEFORE([$0], [RTEMS_CANONICALIZE_TOOLS])dnl
CFLAGS=${CFLAGS-${CPU_CFLAGS} ${CFLAGS_OPTIMIZE_V}}
CFLAGS="${CFLAGS-${CPU_CFLAGS} ${CFLAGS_OPTIMIZE_V}}"
RTEMS_CHECK_TOOL(CC,gcc)
test -z "$CC" && \