This is the mail archive of the gcc@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: 3.4 mips64-linux build problem


> after adding this minor patch:
> 
> to match psignals definition with the declaration in glibc's signal.h

It would be better to figure out why it's building psignal if the OS
already has one, and arrange to have that function not compiled in
that case.

If you change the prototype, you're just moving the problem to a
different platform.


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