Patch: libffi -vs- powerpc
Tom Tromey
tromey@cygnus.com
Fri Dec 31 14:44:00 GMT 1999
I'm committing this patch, which makes libffi build for a powerpc
target.
1999-12-31 Tom Tromey <tromey@cygnus.com>
* Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
Tom
Index: Makefile.am
===================================================================
RCS file: /cvs/java/libgcj/libffi/Makefile.am,v
retrieving revision 1.3
diff -u -r1.3 Makefile.am
--- Makefile.am 1999/08/10 05:29:26 1.3
+++ Makefile.am 1999/12/31 22:38:32
@@ -78,4 +78,4 @@
libffi_la_LDFLAGS = -release $(VERSION)
-INCLUDES = -I$(top_srcdir)/include -Iinclude
+INCLUDES = -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
More information about the Java-patches
mailing list