174fb904d7
For a full Changelog, see: http://gcc.gnu.org/gcc-4.8/changes.html Tested by me on amd64, i386 and powerpc and by brad@ on sparc64. Adds support for -java on powerpc. -faggressive-loop-optimizations is disabled by default in the port, and the default debugging format changed to DWARF2 (instead of 4). tweaks and ok tobiasu@
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
$OpenBSD: patch-libffi_Makefile_in,v 1.1.1.1 2013/04/08 08:20:25 pascal Exp $
|
|
--- libffi/Makefile.in.orig Sat Dec 29 17:25:27 2012
|
|
+++ libffi/Makefile.in Sat Jan 12 13:27:11 2013
|
|
@@ -537,7 +537,8 @@ libffi_convenience_la_SOURCES = $(libffi_la_SOURCES)
|
|
nodist_libffi_convenience_la_SOURCES = $(nodist_libffi_la_SOURCES)
|
|
AM_CFLAGS = -Wall -g -fexceptions
|
|
LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
|
|
-libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(LTLDFLAGS) $(AM_LTLDFLAGS)
|
|
+include $(top_srcdir)/../libversions
|
|
+libffi_la_LDFLAGS = $(LIBffi_LTVERSION) $(LTLDFLAGS) $(AM_LTLDFLAGS)
|
|
AM_CPPFLAGS = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
|
|
AM_CCASFLAGS = $(AM_CPPFLAGS)
|
|
all: fficonfig.h
|
|
@@ -1634,9 +1635,9 @@ installdirs-am:
|
|
for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(infodir)"; do \
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
done
|
|
-install: install-recursive
|
|
-install-exec: install-exec-recursive
|
|
-install-data: install-data-recursive
|
|
+install:
|
|
+install-exec:
|
|
+install-data:
|
|
uninstall: uninstall-recursive
|
|
|
|
install-am: all-am
|