diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 2002-01-06 20:10:21 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 2002-01-06 20:10:21 +0000 |
commit | 1bab6c6d027b1a20830d63360eab09dcc95d9ecd (patch) | |
tree | 4af995e1ab6392a22bde5af673a48cf4ac6bc681 /c/src/exec | |
parent | 2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff) | |
download | rtems-1bab6c6d027b1a20830d63360eab09dcc95d9ecd.tar.bz2 |
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
Diffstat (limited to 'c/src/exec')
-rw-r--r-- | c/src/exec/score/cpu/arm/ChangeLog | 4 | ||||
-rw-r--r-- | c/src/exec/score/cpu/arm/configure.ac | 3 | ||||
-rw-r--r-- | c/src/exec/score/cpu/c4x/ChangeLog | 4 | ||||
-rw-r--r-- | c/src/exec/score/cpu/c4x/configure.ac | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/c/src/exec/score/cpu/arm/ChangeLog b/c/src/exec/score/cpu/arm/ChangeLog index 5f0474ad8b..b2a6cbe020 100644 --- a/c/src/exec/score/cpu/arm/ChangeLog +++ b/c/src/exec/score/cpu/arm/ChangeLog @@ -1,3 +1,7 @@ +2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> + + * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP. + 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * cpu.c: Include rtems/bspIo.h instead of bspIo.h. diff --git a/c/src/exec/score/cpu/arm/configure.ac b/c/src/exec/score/cpu/arm/configure.ac index c8c2487ba2..b1c1cb24c6 100644 --- a/c/src/exec/score/cpu/arm/configure.ac +++ b/c/src/exec/score/cpu/arm/configure.ac @@ -25,9 +25,6 @@ RTEMS_CANONICALIZE_TOOLS RTEMS_CHECK_NEWLIB -# Check if there is custom/*.cfg for this BSP -RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) - # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile rtems/Makefile diff --git a/c/src/exec/score/cpu/c4x/ChangeLog b/c/src/exec/score/cpu/c4x/ChangeLog index b7e9d4654e..5b212e1c4b 100644 --- a/c/src/exec/score/cpu/c4x/ChangeLog +++ b/c/src/exec/score/cpu/c4x/ChangeLog @@ -1,3 +1,7 @@ +2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> + + * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP. + 2001-12-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * configure.ac: Use RTEMS_ENV_RTEMSCPU. diff --git a/c/src/exec/score/cpu/c4x/configure.ac b/c/src/exec/score/cpu/c4x/configure.ac index 39d1ec5bec..78d654425a 100644 --- a/c/src/exec/score/cpu/c4x/configure.ac +++ b/c/src/exec/score/cpu/c4x/configure.ac @@ -25,9 +25,6 @@ RTEMS_CANONICALIZE_TOOLS RTEMS_CHECK_NEWLIB -# Check if there is custom/*.cfg for this BSP -RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) - # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile rtems/Makefile |