diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1995-04-10 19:06:10 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1995-04-10 19:06:10 +0000 |
commit | 5386cc16d415291b3e9d380581b72ab6d36efe9a (patch) | |
tree | 8a46519fd624f931f14be689093055ef32958069 /gcc | |
parent | 5f972d0c2936414340ce3b12238cf37e1efd0a80 (diff) | |
download | gcc-5386cc16d415291b3e9d380581b72ab6d36efe9a.zip gcc-5386cc16d415291b3e9d380581b72ab6d36efe9a.tar.gz gcc-5386cc16d415291b3e9d380581b72ab6d36efe9a.tar.bz2 |
Undo March 11th changes.
From-SVN: r9353
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/aix41.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/rs6000/aix41.h b/gcc/config/rs6000/aix41.h index a4f99e5..bfa3477 100644 --- a/gcc/config/rs6000/aix41.h +++ b/gcc/config/rs6000/aix41.h @@ -22,6 +22,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "rs6000/rs6000.h" +#if 0 +/* Commented out because it breaks compiler bootstrapping because references + to environ get hosed */ + #undef ASM_SPEC #define ASM_SPEC "-u -mpwr" @@ -30,6 +34,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef ASM_OUTPUT_EXTERNAL #undef ASM_OUTPUT_EXTERNAL_LIBCALL +#endif +#endif #undef LINK_SPEC #define LINK_SPEC "-bpT:0x10000000 -bpD:0x20000000 %{!r:-btextro} -bnodelcsect\ |