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:
Joel Sherrill
2001-11-21 18:36:51 +00:00
parent 81e5df8228
commit 8e54186822
4 changed files with 8 additions and 3 deletions

View File

@@ -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> 2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/force-preinstall.am: New file. * automake/force-preinstall.am: New file.

View File

@@ -25,7 +25,6 @@ AC_DEFUN(_RTEMS_BSP_ALIAS,
erc32nfp) $2=erc32 ;; # erc32 without fpu erc32nfp) $2=erc32 ;; # erc32 without fpu
leon1) $2=leon ;; # leon without fpu leon1) $2=leon ;; # leon without fpu
leon2) $2=leon ;; # leon with fpu leon2) $2=leon ;; # leon with fpu
score603e_g1) $2=score603e ;; # score603e generation 1
simsh7032) $2=shsim ;; # SH7032 simulator simsh7032) $2=shsim ;; # SH7032 simulator
simsh7045) $2=shsim ;; # SH7045 simulator simsh7045) $2=shsim ;; # SH7045 simulator
*) $2=$1;; *) $2=$1;;

View File

@@ -23,7 +23,6 @@ AC_MSG_CHECKING([for bsps])
pc386) $1="[$]$1 pc386 pc386dx pc486 pc586 pc686 pck6";; pc386) $1="[$]$1 pc386 pc386dx pc486 pc586 pc686 pck6";;
erc32) $1="[$]$1 erc32 erc32nfp";; erc32) $1="[$]$1 erc32 erc32nfp";;
leon) $1="[$]$1 leon1 leon2";; leon) $1="[$]$1 leon1 leon2";;
score603e) $1="[$]$1 score603e score603e_g1";;
sim68000) $1="[$]$1 sim68000 simcpu32";; sim68000) $1="[$]$1 sim68000 simcpu32";;
shsim) $1="[$]$1 simsh7032 simsh7045";; shsim) $1="[$]$1 simsh7032 simsh7045";;
*) $1="[$]$1 $file";; *) $1="[$]$1 $file";;

View File

@@ -40,7 +40,7 @@ test "$rtems_cv_gcc_pipe" = "yes" && CC="$CC --pipe"
if test "$GCC" = yes; then if test "$GCC" = yes; then
] ]
ifelse([$1],,[],[CPPFLAGS="$CPPFLAGS $1"]) m4_if([$1],,[],[CPPFLAGS="$CPPFLAGS $1"])
[ [
CFLAGS="-g -Wall" CFLAGS="-g -Wall"
fi fi