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]

[PATCH] Fix libgfortran build on hppa64-hp-hpux11.11


The use of libbacktrace in libgfortran exposed a libgfortran build issue on hppa64-hp-hpux11.11.
This target doesn't have any __sync builtins, so we need to set libbacktrace_cv_sys_sync to no
when with_target_subdir is set and configure tests are not done.

This exposed a compilation issue in elf.c which  is fixed by a void cast.

Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11 with no observed regressions.
Okay for trunk?

Regards,
Dave
--
John David Anglin	dave.anglin@bell.net


Attachment: configure.ac-lbt.d.1.txt
Description: Text document


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