PR 470/bsps
* custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe):
Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile.
(Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>).
* common/common.add.in: s/www.oarcorp.com/www.rtems.com/.
Add %define __os_install_post %{nil} to prevent RH-9's rpm-brp-strip
from running (Chokes on foreign object formats).
* gcc3newlib/base-g77.add:
Use %{gcc_version} instead of @gcc_version@.
* gcc3newlib/gccnewlib.add:
Use %{gcc_version} instead of @gcc_version@.
Reflect gcc >= 3.3 shipping monolytic infos.
* gcc3newlib/target-c++.add:
Use %{gcc_version} instead of @gcc_version@.
Don't pickup c++filt.
* gcc3newlib/target-g77.add:
Use %{gcc_version} instead of @gcc_version@.
* gcc3newlib/target-gcc.add:
Use %{gcc_version} instead of @gcc_version@.
* gcc3newlib/target-gcj.add:
Use %{gcc_version} instead of @gcc_version@.
* gcc3newlib/target-gnat.add:
Use %{gcc_version} instead of @gcc_version@.
* gcc3newlib/target-objc.add:
Use %{gcc_version} instead of @gcc_version@.
* aclocal/enable-rtems-debug.m4: New (Missed in yesterday's
patches).
* aclocal/enable-tests.m4: Change to support
--enable-tests=no|yes|samples, default is samples.
* aclocal/rtems-debug.m4: Remove.
* aclocal/enable-rtems-debug.m4: New (Split out from rtems-debug.m4).
* aclocal/check-rtems-debug.m4: New (Split out from rtems-debug.m4).
PR 449/rtems:
* src/getegid.c: New (Copied from ../posix/src).
* src/geteuid.c: New (Copied from ../posix/src).
* src/getgid.c: New (Copied from ../posix/src).
* src/getgroups.c: New (Copied from ../posix/src).
* src/getlogin.c: New (Copied from ../posix/src).
* src/getpgrp.c: New (Copied from ../posix/src).
* src/getpid.c: New (Copied from ../posix/src).
* src/getppid.c: New (Copied from ../posix/src).
* src/getuid.c: New (Copied from ../posix/src).
* src/setpgid.c: New (Copied from ../posix/src).
* src/setsid.c: New (Copied from ../posix/src).
* src/no_posix: Remove getpid and _getpid_r.
* Makefile.am: Reflect changes above.
* aclocal/bsp-alias.m4: New (Copied from ../../aclocal).
* aclocal/bsp-arg-enable.m4: New (Copied from ../../aclocal).
* aclocal/bsp-configure.m4: New (Copied from ../../aclocal).
* aclocal/bspopts.m4: New (Copied from ../../aclocal).
* aclocal/canonical-host.m4: New (Copied from ../../aclocal).
* aclocal/canonicalize-tools.m4: New (Copied from ../../aclocal).
* aclocal/canonical-target-name.m4: New (Copied from ../../aclocal).
* aclocal/check-cpu.m4: New (Copied from ../../aclocal).
* aclocal/check-custom-bsp.m4: New (Copied from ../../aclocal).
* aclocal/check-cxx.m4: New (Copied from ../../aclocal).
* aclocal/check-itron.m4: New (Copied from ../../aclocal).
* aclocal/check-multiprocessing.m4: New (Copied from ../../aclocal).
* aclocal/check-networking.m4: New (Copied from ../../aclocal).
* aclocal/check-posix.m4: New (Copied from ../../aclocal).
* aclocal/check-rdbg.m4: New (Copied from ../../aclocal).
* aclocal/check-tool.m4: New (Copied from ../../aclocal).
* aclocal/config-subdirs.m4: New (Copied from ../../aclocal).
* aclocal/enable-bare.m4: New (Copied from ../../aclocal).
* aclocal/enable-cxx.m4: New (Copied from ../../aclocal).
* aclocal/enable-inlines.m4: New (Copied from ../../aclocal).
* aclocal/enable-itron.m4: New (Copied from ../../aclocal).
* aclocal/enable-multiprocessing.m4: New (Copied from ../../aclocal).
* aclocal/enable-networking.m4: New (Copied from ../../aclocal).
* aclocal/enable-posix.m4: New (Copied from ../../aclocal).
* aclocal/enable-rdbg.m4: New (Copied from ../../aclocal).
* aclocal/enable-rtemsbsp.m4: New (Copied from ../../aclocal).
* aclocal/env-rtemsbsp.m4: New (Copied from ../../aclocal).
* aclocal/gcc-isystem.m4: New (Copied from ../../aclocal).
* aclocal/gcc-pipe.m4: New (Copied from ../../aclocal).
* aclocal/gcc-specs.m4: New (Copied from ../../aclocal).
* aclocal/i386-gas-code16.m4: New (Copied from ../../aclocal).
* aclocal/multilib.m4: New (Copied from ../../aclocal).
* aclocal/path-ksh.m4: New (Copied from ../../aclocal).
* aclocal/path-perl.m4: New (Copied from ../../aclocal).
* aclocal/ppc.m4: New (Copied from ../../aclocal).
* aclocal/prog-ccas.m4: New (Copied from ../../aclocal).
* aclocal/prog-cc.m4: New (Copied from ../../aclocal).
* aclocal/prog-cxx.m4: New (Copied from ../../aclocal).
* aclocal/project-root.m4: New (Copied from ../../aclocal).
* aclocal/quoting.m4: New (Copied from ../../aclocal).
* aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../aclocal).
* aclocal/rtems-flags.m4: New (Copied from ../../aclocal).
* aclocal/rtems-top.m4: New (Copied from ../../aclocal).
* aclocal/target.m4: New (Copied from ../../aclocal).
* aclocal/tool-paths.m4: New (Copied from ../../aclocal).
* aclocal/version.m4: New (Copied from ../../aclocal).