From 8c746fe197845d342e7be25ccd39d091690f8432 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 1 Jul 2002 09:59:55 +0000 Subject: 2002-07-01 Ralf Corsepius * configure.ac: Remove RTEMS_PROJECT_ROOT. --- c/src/exec/score/cpu/a29k/ChangeLog | 4 ++++ c/src/exec/score/cpu/a29k/configure.ac | 2 -- c/src/exec/score/cpu/arm/ChangeLog | 4 ++++ c/src/exec/score/cpu/arm/configure.ac | 2 -- c/src/exec/score/cpu/c4x/ChangeLog | 4 ++++ c/src/exec/score/cpu/c4x/configure.ac | 2 -- c/src/exec/score/cpu/h8300/ChangeLog | 4 ++++ c/src/exec/score/cpu/h8300/configure.ac | 2 -- c/src/exec/score/cpu/hppa1.1/ChangeLog | 4 ++++ c/src/exec/score/cpu/hppa1.1/configure.ac | 2 -- c/src/exec/score/cpu/i386/ChangeLog | 4 ++++ c/src/exec/score/cpu/i386/configure.ac | 2 -- c/src/exec/score/cpu/i960/ChangeLog | 4 ++++ c/src/exec/score/cpu/i960/configure.ac | 2 -- c/src/exec/score/cpu/m68k/ChangeLog | 4 ++++ c/src/exec/score/cpu/m68k/configure.ac | 2 -- c/src/exec/score/cpu/mips/ChangeLog | 4 ++++ c/src/exec/score/cpu/mips/configure.ac | 2 -- c/src/exec/score/cpu/mips64orion/ChangeLog | 4 ++++ c/src/exec/score/cpu/mips64orion/configure.ac | 2 -- c/src/exec/score/cpu/no_cpu/ChangeLog | 4 ++++ c/src/exec/score/cpu/no_cpu/configure.ac | 2 -- c/src/exec/score/cpu/or16/ChangeLog | 4 ++++ c/src/exec/score/cpu/or16/configure.ac | 2 -- c/src/exec/score/cpu/or32/ChangeLog | 4 ++++ c/src/exec/score/cpu/or32/configure.ac | 2 -- c/src/exec/score/cpu/powerpc/ChangeLog | 4 ++++ c/src/exec/score/cpu/powerpc/configure.ac | 2 -- c/src/exec/score/cpu/sh/ChangeLog | 4 ++++ c/src/exec/score/cpu/sh/configure.ac | 2 -- c/src/exec/score/cpu/sparc/ChangeLog | 4 ++++ c/src/exec/score/cpu/sparc/configure.ac | 2 -- c/src/exec/score/cpu/unix/ChangeLog | 4 ++++ c/src/exec/score/cpu/unix/configure.ac | 2 -- 34 files changed, 68 insertions(+), 34 deletions(-) (limited to 'c/src/exec/score/cpu') diff --git a/c/src/exec/score/cpu/a29k/ChangeLog b/c/src/exec/score/cpu/a29k/ChangeLog index 6b192bcf63..7d9a50dc5d 100644 --- a/c/src/exec/score/cpu/a29k/ChangeLog +++ b/c/src/exec/score/cpu/a29k/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS diff --git a/c/src/exec/score/cpu/a29k/configure.ac b/c/src/exec/score/cpu/a29k/configure.ac index 2d9581c7eb..4e2cb4bf3d 100644 --- a/c/src/exec/score/cpu/a29k/configure.ac +++ b/c/src/exec/score/cpu/a29k/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/arm/ChangeLog b/c/src/exec/score/cpu/arm/ChangeLog index e094df1703..d79db3ee22 100644 --- a/c/src/exec/score/cpu/arm/ChangeLog +++ b/c/src/exec/score/cpu/arm/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS diff --git a/c/src/exec/score/cpu/arm/configure.ac b/c/src/exec/score/cpu/arm/configure.ac index 550cc614a3..0fccd68168 100644 --- a/c/src/exec/score/cpu/arm/configure.ac +++ b/c/src/exec/score/cpu/arm/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/c4x/ChangeLog b/c/src/exec/score/cpu/c4x/ChangeLog index 590e60c6be..1e0f88ca3a 100644 --- a/c/src/exec/score/cpu/c4x/ChangeLog +++ b/c/src/exec/score/cpu/c4x/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS diff --git a/c/src/exec/score/cpu/c4x/configure.ac b/c/src/exec/score/cpu/c4x/configure.ac index cab6823683..7436c878fb 100644 --- a/c/src/exec/score/cpu/c4x/configure.ac +++ b/c/src/exec/score/cpu/c4x/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/h8300/ChangeLog b/c/src/exec/score/cpu/h8300/ChangeLog index 49fe02bbe0..b945f5eed3 100644 --- a/c/src/exec/score/cpu/h8300/ChangeLog +++ b/c/src/exec/score/cpu/h8300/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS diff --git a/c/src/exec/score/cpu/h8300/configure.ac b/c/src/exec/score/cpu/h8300/configure.ac index 1bb576e507..96d0208d70 100644 --- a/c/src/exec/score/cpu/h8300/configure.ac +++ b/c/src/exec/score/cpu/h8300/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/hppa1.1/ChangeLog b/c/src/exec/score/cpu/hppa1.1/ChangeLog index 0ecbae8518..c955d58f26 100644 --- a/c/src/exec/score/cpu/hppa1.1/ChangeLog +++ b/c/src/exec/score/cpu/hppa1.1/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Joel Sherrill * Makefile.am, cpu.c, cpu_asm.S, rtems.S: Modified to make diff --git a/c/src/exec/score/cpu/hppa1.1/configure.ac b/c/src/exec/score/cpu/hppa1.1/configure.ac index fdb949d86a..8f8ba54494 100644 --- a/c/src/exec/score/cpu/hppa1.1/configure.ac +++ b/c/src/exec/score/cpu/hppa1.1/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/i386/ChangeLog b/c/src/exec/score/cpu/i386/ChangeLog index 811ced4128..bfd63a1242 100644 --- a/c/src/exec/score/cpu/i386/ChangeLog +++ b/c/src/exec/score/cpu/i386/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS diff --git a/c/src/exec/score/cpu/i386/configure.ac b/c/src/exec/score/cpu/i386/configure.ac index c6d789aa84..54d39ab1c0 100644 --- a/c/src/exec/score/cpu/i386/configure.ac +++ b/c/src/exec/score/cpu/i386/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/i960/ChangeLog b/c/src/exec/score/cpu/i960/ChangeLog index dff9c0361f..08b255e62c 100644 --- a/c/src/exec/score/cpu/i960/ChangeLog +++ b/c/src/exec/score/cpu/i960/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS diff --git a/c/src/exec/score/cpu/i960/configure.ac b/c/src/exec/score/cpu/i960/configure.ac index 36859b2219..9e4da12d7d 100644 --- a/c/src/exec/score/cpu/i960/configure.ac +++ b/c/src/exec/score/cpu/i960/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/m68k/ChangeLog b/c/src/exec/score/cpu/m68k/ChangeLog index a0ee7de48d..8f8973bc81 100644 --- a/c/src/exec/score/cpu/m68k/ChangeLog +++ b/c/src/exec/score/cpu/m68k/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS diff --git a/c/src/exec/score/cpu/m68k/configure.ac b/c/src/exec/score/cpu/m68k/configure.ac index d969d2f365..bd0580585b 100644 --- a/c/src/exec/score/cpu/m68k/configure.ac +++ b/c/src/exec/score/cpu/m68k/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/mips/ChangeLog b/c/src/exec/score/cpu/mips/ChangeLog index 747797091d..74ae78c0ca 100644 --- a/c/src/exec/score/cpu/mips/ChangeLog +++ b/c/src/exec/score/cpu/mips/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS diff --git a/c/src/exec/score/cpu/mips/configure.ac b/c/src/exec/score/cpu/mips/configure.ac index 419d21bfa1..4d728c875e 100644 --- a/c/src/exec/score/cpu/mips/configure.ac +++ b/c/src/exec/score/cpu/mips/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/mips64orion/ChangeLog b/c/src/exec/score/cpu/mips64orion/ChangeLog index 880d0a50a2..aab26b46d8 100644 --- a/c/src/exec/score/cpu/mips64orion/ChangeLog +++ b/c/src/exec/score/cpu/mips64orion/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS diff --git a/c/src/exec/score/cpu/mips64orion/configure.ac b/c/src/exec/score/cpu/mips64orion/configure.ac index faaaafe093..6101c57a62 100644 --- a/c/src/exec/score/cpu/mips64orion/configure.ac +++ b/c/src/exec/score/cpu/mips64orion/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/no_cpu/ChangeLog b/c/src/exec/score/cpu/no_cpu/ChangeLog index 0decd626af..061baa91fa 100644 --- a/c/src/exec/score/cpu/no_cpu/ChangeLog +++ b/c/src/exec/score/cpu/no_cpu/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS diff --git a/c/src/exec/score/cpu/no_cpu/configure.ac b/c/src/exec/score/cpu/no_cpu/configure.ac index b01118b5d9..ba945db514 100644 --- a/c/src/exec/score/cpu/no_cpu/configure.ac +++ b/c/src/exec/score/cpu/no_cpu/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/or16/ChangeLog b/c/src/exec/score/cpu/or16/ChangeLog index 579c620240..7404f42430 100644 --- a/c/src/exec/score/cpu/or16/ChangeLog +++ b/c/src/exec/score/cpu/or16/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS diff --git a/c/src/exec/score/cpu/or16/configure.ac b/c/src/exec/score/cpu/or16/configure.ac index 2657cad507..b8e83be195 100644 --- a/c/src/exec/score/cpu/or16/configure.ac +++ b/c/src/exec/score/cpu/or16/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/or32/ChangeLog b/c/src/exec/score/cpu/or32/ChangeLog index 500dd58653..d5ca3b72ca 100644 --- a/c/src/exec/score/cpu/or32/ChangeLog +++ b/c/src/exec/score/cpu/or32/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS diff --git a/c/src/exec/score/cpu/or32/configure.ac b/c/src/exec/score/cpu/or32/configure.ac index 08c36e5ffb..2a52d814e1 100644 --- a/c/src/exec/score/cpu/or32/configure.ac +++ b/c/src/exec/score/cpu/or32/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/powerpc/ChangeLog b/c/src/exec/score/cpu/powerpc/ChangeLog index 3becc9a7e6..310043ebf7 100644 --- a/c/src/exec/score/cpu/powerpc/ChangeLog +++ b/c/src/exec/score/cpu/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS diff --git a/c/src/exec/score/cpu/powerpc/configure.ac b/c/src/exec/score/cpu/powerpc/configure.ac index 23ea569b6f..1930afc875 100644 --- a/c/src/exec/score/cpu/powerpc/configure.ac +++ b/c/src/exec/score/cpu/powerpc/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/sh/ChangeLog b/c/src/exec/score/cpu/sh/ChangeLog index e633013fbd..b78e3be576 100644 --- a/c/src/exec/score/cpu/sh/ChangeLog +++ b/c/src/exec/score/cpu/sh/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS diff --git a/c/src/exec/score/cpu/sh/configure.ac b/c/src/exec/score/cpu/sh/configure.ac index 5e2f150726..499e618689 100644 --- a/c/src/exec/score/cpu/sh/configure.ac +++ b/c/src/exec/score/cpu/sh/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/sparc/ChangeLog b/c/src/exec/score/cpu/sparc/ChangeLog index 2b661ab442..70f38f25d2 100644 --- a/c/src/exec/score/cpu/sparc/ChangeLog +++ b/c/src/exec/score/cpu/sparc/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Add RTEMS_PROG_CCAS diff --git a/c/src/exec/score/cpu/sparc/configure.ac b/c/src/exec/score/cpu/sparc/configure.ac index f1911e2d8b..ad41908078 100644 --- a/c/src/exec/score/cpu/sparc/configure.ac +++ b/c/src/exec/score/cpu/sparc/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CCAS RTEMS_CANONICALIZE_TOOLS diff --git a/c/src/exec/score/cpu/unix/ChangeLog b/c/src/exec/score/cpu/unix/ChangeLog index 58424e1db8..d39f4d1cb6 100644 --- a/c/src/exec/score/cpu/unix/ChangeLog +++ b/c/src/exec/score/cpu/unix/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Ralf Corsepius + + * configure.ac: Remove RTEMS_PROJECT_ROOT. + 2002-06-27 Ralf Corsepius * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). diff --git a/c/src/exec/score/cpu/unix/configure.ac b/c/src/exec/score/cpu/unix/configure.ac index 6a370d528d..d56f3aa646 100644 --- a/c/src/exec/score/cpu/unix/configure.ac +++ b/c/src/exec/score/cpu/unix/configure.ac @@ -18,8 +18,6 @@ RTEMS_ENV_RTEMSCPU RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -RTEMS_PROJECT_ROOT - RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS AC_PROG_RANLIB -- cgit v1.2.3