diff options
author | vmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-15 19:39:45 +0000 |
---|---|---|
committer | vmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-15 19:39:45 +0000 |
commit | be632177b932789e2d18fad3900332364b077a73 (patch) | |
tree | 38576bdc187cad3d002e5fa4fc8cf7ebae065f58 /gcc/config | |
parent | 5c73b1eb577462a689e65b42f37b9bae8935a328 (diff) | |
download | gcc-be632177b932789e2d18fad3900332364b077a73.tar.gz |
Undo botched commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24688 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/rs6000/eabile.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/rs6000/eabile.h b/gcc/config/rs6000/eabile.h index 97e2b7c6e85..78dc7bc89c4 100644 --- a/gcc/config/rs6000/eabile.h +++ b/gcc/config/rs6000/eabile.h @@ -28,9 +28,6 @@ Boston, MA 02111-1307, USA. */ #undef CPP_ENDIAN_DEFAULT_SPEC #define CPP_ENDIAN_DEFAULT_SPEC "%(cpp_endian_little)" -#undef CC1_ENDIAN_DEFAULT_SPEC -#define CC1_ENDIAN_DEFAULT_SPEC "%(cc1_endian_little)" - #undef LINK_TARGET_SPEC #define LINK_TARGET_SPEC "\ %{mbig: -oformat elf32-powerpc } %{mbig-endian: -oformat elf32-powerpc } \ |