diff options
author | Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | 1998-08-15 17:23:19 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-08-15 17:23:19 -0600 |
commit | 373107aa5ca7d5184d6bef686138e37dedf9ec70 (patch) | |
tree | 5ff9b3f53a642dd324944110210763018422a878 | |
parent | 4acd6def8520018b15521addd6814fc852f7a29f (diff) | |
download | gcc-373107aa5ca7d5184d6bef686138e37dedf9ec70.zip gcc-373107aa5ca7d5184d6bef686138e37dedf9ec70.tar.gz gcc-373107aa5ca7d5184d6bef686138e37dedf9ec70.tar.bz2 |
linux.h (CPP_OS_DEFAULT_SPEC): Define.
�
* rs6000/linux.h (CPP_OS_DEFAULT_SPEC): Define.
From-SVN: r21754
-rw-r--r-- | gcc/config/rs6000/linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h index a3f87d9..19f939f 100644 --- a/gcc/config/rs6000/linux.h +++ b/gcc/config/rs6000/linux.h @@ -25,6 +25,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define CPP_PREDEFINES \ "-DPPC -D__ELF__ -Dunix -Dlinux -Dpowerpc -Asystem(unix) -Asystem(linux) -Acpu(powerpc) -Amachine(powerpc)" +#undef CPP_OS_DEFAULT_SPEC +#define CPP_OS_DEFAULT_SPEC "%(cpp_os_linux)" + #undef LINK_SPEC #define LINK_SPEC "-m elf32ppc %{G*} %{shared:-shared} \ %{!shared: \ |