This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Make libgcc.a symbols .hidden (fix for non-GNU make, take 2)


> On Thu, Feb 28, 2002 at 11:54:51AM +0100, Jakub Jelinek wrote:
> >       * mklibgcc.in: Don't use GNU make extension.
> 
> Ok.

There is apparently still some GNU or bash extension being used because
there are problems under hpux:

./xgcc -B./ -B/opt/gnu64/hppa64-hp-hpux11.00/bin/ -isystem /opt/gnu64/hppa64-hp-
hpux11.00/include -isystem /opt/gnu64/hppa64-hp-hpux11.00/sys-include -O2  -DIN_
GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isyste
m ./include  -fPIC -Dpa64=1 -DELF=1 -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
-I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc
/../include -DL_divI -xassembler-with-cpp -c ../../gcc/gcc/config/pa/milli64.S -
o libgcc/./_divI.o
{standard input}: Assembler messages:
{standard input}:1: Fatal error: Unknown opcode: `$$divi'

The file compiles fine if I manually execute the command.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]