Changeset 7908ba5b in rtems


Ignore:
Timestamp:
02/18/99 18:28:24 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8548fe0
Parents:
52b0d9d
Message:

Part of the automake VI patch from Ralf Corsepius <corsepiu@…>:

4) rtems-rc-19990202-0.diff /reorg-score-cpu.sh

reorg-score-cpu.sh reorganizes the cpu/<cpu>/* subdirectories in a
similar manner than previous reorg scripts did. rtems-rc-19990202-0.diff
contains the diffs after reorg-score-cpu.sh has been run on a
rtems-19981215 snapshot + my patches up to rtems-rc-19990131-2.diff.

This patch is rather nasty and may break something. However, I've tested
it for about 10 different target/bsp pairs and believe to have shaken
out most bugs.

I wonder about the following .h files that were not moved:

a29k/asm.h
a29k/cpu_asm.h
i386/asm.h
i960/asm.h
m68k/asm.h
m68k/m68302.h
m68k/m68360.h
m68k/qsm.h
m68k/sim.h
mips64orion/asm.h
mips64orion/cpu_asm.h
mips64orion/mips64orion.h
no_cpu/asm.h
no_cpu/cpu_asm.h
powerpc/asm.h
powerpc/mpc860.h
sh/asm.h
sparc/asm.h
sparc/erc32.h

Files:
120 added
1 edited

Legend:

Unmodified
Added
Removed
  • configure.in

    r52b0d9d r7908ba5b  
    212212if test -d "$srcdir/c/src/exec/score/cpu/$target_cpu"; then
    213213  AC_MSG_RESULT(yes)
    214   makefiles="$makefiles c/src/exec/score/cpu/$target_cpu/Makefile"
    215214else
    216215  AC_MSG_ERROR(no)
     
    305304RTEMS_CHECK_MAKEFILE(c/src/exec/rtems)
    306305RTEMS_CHECK_MAKEFILE(c/src/exec/sapi)
     306RTEMS_CHECK_MAKEFILE(c/src/exec/score/cpu/$target_cpu)
    307307
    308308if test "$RTEMS_HAS_POSIX_API" = "yes"; then
Note: See TracChangeset for help on using the changeset viewer.