mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 05:47:12 +00:00
2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-alias.m4: Remove score603e_g1. * aclocal/check-bsps.m4: Remove score603e_g1. * aclocal/prog-cc.m4: Apply m4_if.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal/bsp-alias.m4: Remove score603e_g1.
|
||||
* aclocal/check-bsps.m4: Remove score603e_g1.
|
||||
* aclocal/prog-cc.m4: Apply m4_if.
|
||||
|
||||
|
||||
2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* automake/force-preinstall.am: New file.
|
||||
|
||||
@@ -25,7 +25,6 @@ AC_DEFUN(_RTEMS_BSP_ALIAS,
|
||||
erc32nfp) $2=erc32 ;; # erc32 without fpu
|
||||
leon1) $2=leon ;; # leon without fpu
|
||||
leon2) $2=leon ;; # leon with fpu
|
||||
score603e_g1) $2=score603e ;; # score603e generation 1
|
||||
simsh7032) $2=shsim ;; # SH7032 simulator
|
||||
simsh7045) $2=shsim ;; # SH7045 simulator
|
||||
*) $2=$1;;
|
||||
|
||||
@@ -23,7 +23,6 @@ AC_MSG_CHECKING([for bsps])
|
||||
pc386) $1="[$]$1 pc386 pc386dx pc486 pc586 pc686 pck6";;
|
||||
erc32) $1="[$]$1 erc32 erc32nfp";;
|
||||
leon) $1="[$]$1 leon1 leon2";;
|
||||
score603e) $1="[$]$1 score603e score603e_g1";;
|
||||
sim68000) $1="[$]$1 sim68000 simcpu32";;
|
||||
shsim) $1="[$]$1 simsh7032 simsh7045";;
|
||||
*) $1="[$]$1 $file";;
|
||||
|
||||
@@ -40,7 +40,7 @@ test "$rtems_cv_gcc_pipe" = "yes" && CC="$CC --pipe"
|
||||
|
||||
if test "$GCC" = yes; then
|
||||
]
|
||||
ifelse([$1],,[],[CPPFLAGS="$CPPFLAGS $1"])
|
||||
m4_if([$1],,[],[CPPFLAGS="$CPPFLAGS $1"])
|
||||
[
|
||||
CFLAGS="-g -Wall"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user