diff options
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 |