From 5386cc16d415291b3e9d380581b72ab6d36efe9a Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Mon, 10 Apr 1995 19:06:10 +0000 Subject: [PATCH] Undo March 11th changes. From-SVN: r9353 --- gcc/config/rs6000/aix41.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/config/rs6000/aix41.h b/gcc/config/rs6000/aix41.h index a4f99e5d2fd..bfa34776ddf 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\ -- 2.30.2