OSDN Git Service

* Makefile.in (DRIVER_DEFINES): Define ENABLE_SHARED_LIBGCC and
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jan 2001 09:42:49 +0000 (09:42 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jan 2001 09:42:49 +0000 (09:42 +0000)
commit43198b2969a2266b92d07557c5d958a227003e06
treef39bc2df99af0a24cd634620376f299d4b678975
parent074386b843ecbacc12784bf7b044e9399ded40c7
    * Makefile.in (DRIVER_DEFINES): Define ENABLE_SHARED_LIBGCC and
        NO_SHARED_LIBGCC_MULTILIB as required for the target.
        * gcc.c (init_spec): Massage the existing libgcc_spec into a
        variant that handles a shared libgcc.
        (process_command): Always validate -{static,shared}-libgcc.
        (do_spec_1): New 'M' case.
        * invoke.text (Link Options): Document -{static,shared}-libgcc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38762 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/gcc.c
gcc/invoke.texi