mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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" && \
|
||||
|
||||
Reference in New Issue
Block a user