From 68363ba96aa2726ea9f09bd31f51af80864efa92 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 13 May 1993 22:04:17 +0000 Subject: [PATCH] (TAROUTOPTS): Overridden. From-SVN: r4439 --- gcc/config/m68k/x-hp320 | 3 +++ gcc/config/m68k/x-hp320g | 3 +++ gcc/config/pa/x-pa | 2 ++ 3 files changed, 8 insertions(+) diff --git a/gcc/config/m68k/x-hp320 b/gcc/config/m68k/x-hp320 index 0233bfe12fc..62801a97afc 100644 --- a/gcc/config/m68k/x-hp320 +++ b/gcc/config/m68k/x-hp320 @@ -2,6 +2,9 @@ CC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300 OLDCC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300 ALLOCA=alloca.o +# B option not supported on hpux. +TAROUTOPTS = xpf + # For CCLIBFLAGS you might want to specify the switch that # forces only 68000 instructions to be used. diff --git a/gcc/config/m68k/x-hp320g b/gcc/config/m68k/x-hp320g index 8c0391d2f24..8b50e8a422b 100644 --- a/gcc/config/m68k/x-hp320g +++ b/gcc/config/m68k/x-hp320g @@ -2,6 +2,9 @@ CC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300 OLDCC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300 ALLOCA=alloca.o +# B option not supported on hpux. +TAROUTOPTS = xpf + # For CCLIBFLAGS you might want to specify the switch that # forces only 68000 instructions to be used. diff --git a/gcc/config/pa/x-pa b/gcc/config/pa/x-pa index bb31208222b..09d6fcc5cb4 100644 --- a/gcc/config/pa/x-pa +++ b/gcc/config/pa/x-pa @@ -1 +1,3 @@ CC=/usr/local/bin/gcc -DUSE_C_ALLOCA -D__inline= +# B option not supported on hpux. +TAROUTOPTS = xpf -- 2.30.2