openbsd-ports/lang/gcc/4.6/patches/patch-libffi_configure
pascal b368cf7d60 Add hppa support. Still a bit rough around the edges: Some optimisations
(-foptimize-sibling-calls and -freorder-blocks) cause segfaults during build,
so don't include them in -O2 on hppa.  Also, -go is not supported.

requested by and ok brad@ and tested on one of his machines
2013-01-16 19:28:48 +00:00

33 lines
1.1 KiB
Plaintext

$OpenBSD: patch-libffi_configure,v 1.3 2013/01/16 19:28:48 pascal Exp $
--- libffi/configure.orig Thu Mar 1 07:03:46 2012
+++ libffi/configure Thu Apr 5 05:42:11 2012
@@ -10188,7 +10188,7 @@ openbsd*)
*) need_version=no ;;
esac
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
+ #finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH
if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
case $host_os in
@@ -11339,6 +11339,9 @@ case "$host" in
hppa*-*-linux* | parisc*-*-linux*)
TARGET=PA_LINUX; TARGETDIR=pa
;;
+ hppa-*-openbsd*)
+ TARGET=PA_LINUX; TARGETDIR=pa
+ ;;
hppa*64-*-hpux*)
TARGET=PA64_HPUX; TARGETDIR=pa
;;
@@ -11409,6 +11412,9 @@ case "$host" in
;;
powerpc64-*-freebsd*)
TARGET=POWERPC; TARGETDIR=powerpc
+ ;;
+ powerpc-*-openbsd*)
+ TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
;;
powerpc*-*-rtems*)
TARGET=POWERPC; TARGETDIR=powerpc