mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-21 12:58:41 +08:00
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove ENABLE_GCC28.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
|
||||
ENABLE_GCC28.
|
||||
|
||||
2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* automake/compile.am: Remove GCC272 support.
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
dnl $Id$
|
||||
|
||||
AC_DEFUN(RTEMS_ENABLE_GCC28,
|
||||
[
|
||||
AC_ARG_ENABLE(gcc28,
|
||||
AC_HELP_STRING([--enable-gcc28],[enable use of gcc 2.8.x features]),
|
||||
[case "${enableval}" in
|
||||
yes) RTEMS_USE_GCC272=no ;;
|
||||
no) RTEMS_USE_GCC272=yes ;;
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for gcc-28 option) ;;
|
||||
esac],[RTEMS_USE_GCC272=no])
|
||||
])
|
||||
@@ -1,12 +0,0 @@
|
||||
dnl $Id$
|
||||
|
||||
AC_DEFUN(RTEMS_ENABLE_LIBCDIR,
|
||||
[
|
||||
AC_ARG_ENABLE(libcdir,
|
||||
AC_HELP_STRING([--enable-libcdir=directory],
|
||||
[set the directory for the C library]),
|
||||
[ RTEMS_LIBC_DIR="${enableval}" ; \
|
||||
test -d ${enableval} || AC_MSG_ERROR("$enableval is not a directory" ) ] )
|
||||
AC_SUBST(RTEMS_LIBC_DIR)dnl
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user