diff options
author | Richard Stallman <rms@gnu.org> | 1993-05-13 22:04:17 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-05-13 22:04:17 +0000 |
commit | 68363ba96aa2726ea9f09bd31f51af80864efa92 (patch) | |
tree | 7c8a46c42bf72851959ad2024c0ac896c1917543 /gcc/config | |
parent | 92e6e51e94c1b222efc8d09745bfee638530d415 (diff) | |
download | gcc-68363ba96aa2726ea9f09bd31f51af80864efa92.zip gcc-68363ba96aa2726ea9f09bd31f51af80864efa92.tar.gz gcc-68363ba96aa2726ea9f09bd31f51af80864efa92.tar.bz2 |
(TAROUTOPTS): Overridden.
From-SVN: r4439
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/m68k/x-hp320 | 3 | ||||
-rw-r--r-- | gcc/config/m68k/x-hp320g | 3 | ||||
-rw-r--r-- | gcc/config/pa/x-pa | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/gcc/config/m68k/x-hp320 b/gcc/config/m68k/x-hp320 index 0233bfe..62801a97 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 8c0391d..8b50e8a 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 bb31208..09d6fcc 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 |