#! /bin/sh
# Copy Apollo configuration files from the "config" directory to other
# subdirectories.  Run from just above the gdb-4.13 directory.
# The gdb/config makefile stubs are not updated since they differ
# from the rest.

bsd=config/mh-a68bsd
sys5=config/mh-apollo68

cd gdb-4.13

cp $bsd  bfd/config/apollo.mh
cp $sys5 bfd/config/apollov68.mh

cp $bsd  glob/config/mh-apollo68b
cp $sys5 glob/config/mh-apollo68v

cp $bsd  libiberty/config/mh-a68bsd
cp $sys5 libiberty/config/mh-apollo68

cp $bsd  mmalloc/config/mh-a68bsd
cp $sys5 mmalloc/config/mh-apollo68

cp $bsd  readline/config/mh-apollo68b
cp $sys5 readline/config/mh-apollo68v
