* config/alpha/crtfastmath.c: New file.
commit8969afbeab4c1bfdd31975ea9a1d71dfc4fccb59
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Jun 2001 02:05:06 +0000 (24 02:05 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Jun 2001 02:05:06 +0000 (24 02:05 +0000)
tree04f460c869d95f5606f63d411fecc889e5e98dc2
parentef605bd649a0039d25fa10ec962dea9f4f6d3616
    * config/alpha/crtfastmath.c: New file.
        * config/alpha/t-crtfm: New file.
        * config/alpha/elf.h (ENDFILE_SPEC): Use crtfastmath.o.
        * config/alpha/osf.h (ENDFILE_SPEC): Likewise.
        * config/alpha/t-crtbe (EXTRA_PARTS): Add pieces defined here.
        * config.gcc (alpha-{linux,freebsd,netbsd,osf}): Use alpha/t-crtfm;
        do not set extra_parts here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43537 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config.gcc
gcc/config/alpha/crtfastmath.c [new file with mode: 0644]
gcc/config/alpha/elf.h
gcc/config/alpha/osf.h
gcc/config/alpha/t-crtbe
gcc/config/alpha/t-crtfm [new file with mode: 0644]