]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/config/xtensa/crti.S
config.gcc (xtensa-*-elf*): Removed assignments to with_newlib, extra_parts, and...
authorBob Wilson <bob.wilson@acm.org>
Fri, 24 Jan 2003 21:51:03 +0000 (21:51 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Fri, 24 Jan 2003 21:51:03 +0000 (21:51 +0000)
commit1f37a5b273c35029f448d9c32277d42a45ff784f
tree5aa77ca74f9837ddb36d9663b787a655a0648742
parent84f5e1b11f08c88e910689f2f530314260347ee3
config.gcc (xtensa-*-elf*): Removed assignments to with_newlib, extra_parts, and fixincludes.

        * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
        extra_parts, and fixincludes.  Add xtensa/t-elf tmake_file.
        (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
        * config/xtensa/crti.asm: New file.
        * config/xtensa/crtn.asm: New file.
        * config/xtensa/t-elf: New file.
        * config/xtensa/t-linux: New file.
        * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
        Move various CFLAGS settings to new t-elf file.

From-SVN: r61735
gcc/ChangeLog
gcc/config.gcc
gcc/config/xtensa/crti.asm [new file with mode: 0644]
gcc/config/xtensa/crtn.asm [new file with mode: 0644]
gcc/config/xtensa/t-elf [new file with mode: 0644]
gcc/config/xtensa/t-linux [new file with mode: 0644]
gcc/config/xtensa/t-xtensa