diff options
author | David S. Miller <davem@davemloft.net> | 2011-10-25 08:57:25 +0000 |
---|---|---|
committer | David S. Miller <davem@gcc.gnu.org> | 2011-10-25 01:57:25 -0700 |
commit | ae5f5715d62c096065139a40cc91e4acfc070c8c (patch) | |
tree | 295ca6c0d5f0d5faff20166de8fa5f6c9d6b75e5 /gcc/config.gcc | |
parent | ab0ef7069390b376263a13cb1dbdf38883d664d7 (diff) | |
download | gcc-ae5f5715d62c096065139a40cc91e4acfc070c8c.zip gcc-ae5f5715d62c096065139a40cc91e4acfc070c8c.tar.gz gcc-ae5f5715d62c096065139a40cc91e4acfc070c8c.tar.bz2 |
Delete remaining references to sparc little-endian support.
* config/sparc/little-endian.opt: Delete.
* config.gcc: Remove references to config/sparc/little-endian.opt
* doc/invoke.texi: Remove documentation of -mlittl-endian on sparc.
* config/sparc/linux64.h: Delete references to -mlittle-endian.
* config/sparc/netbsd-elf.h: Likewise.
* config/sparc/openbsd64.h: Likewise.
* config/sparc/sparc.h: Likewise.
* config/sparc/sp64-elf.h: Likewise and delete overrides for
BYTES_BIG_ENDIAN and WORDS_BIG_ENDIAN.
* config/sparc/sparc.c (dump_target_flag_bits): Remove reference
to MASK_LITTLE_ENDIAN.
* config/sparc/sparc.opt (Mask(LITTLE_ENDIAN)): Delete.
From-SVN: r180425
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 018e421..2c18655 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2529,12 +2529,12 @@ sparc-wrs-vxworks) ;; sparc64-*-elf*) tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h" - extra_options="${extra_options} sparc/little-endian.opt" + extra_options="${extra_options}" tmake_file="${tmake_file} sparc/t-sparc" ;; sparc64-*-rtems*) tm_file="${tm_file} dbxelf.h elfos.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h sparc/rtemself.h rtems.h" - extra_options="${extra_options} sparc/little-endian.opt" + extra_options="${extra_options}" tmake_file="${tmake_file} sparc/t-sparc t-rtems" ;; sparc64-*-linux*) @@ -2565,7 +2565,7 @@ sparc64-*-openbsd*) tm_file="sparc/openbsd1-64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp64-elf.h" tm_file="${tm_file} openbsd.h openbsd-stdint.h openbsd-libpthread.h sparc/openbsd64.h" extra_options="${extra_options} openbsd.opt" - extra_options="${extra_options} sparc/little-endian.opt" + extra_options="${extra_options}" gas=yes gnu_ld=yes with_cpu=ultrasparc tmake_file="${tmake_file} sparc/t-sparc" |