Rebase
This commit is contained in:
@@ -3,17 +3,17 @@ Index: libffi/ChangeLog
|
||||
--- libffi.orig/ChangeLog
|
||||
+++ libffi/ChangeLog
|
||||
@@ -1,3 +1,23 @@
|
||||
+2011-09-06 Anthony Green <green@moxielogic.com>
|
||||
+2011-11-12 Anthony Green <green@moxielogic.com>
|
||||
+
|
||||
+ * Makefile.am (AM_CCASFLAGS): Add -g option to build assembly
|
||||
+ files with debug info.
|
||||
+ * Makefile.in: Rebuilt.
|
||||
+
|
||||
+2011-08-24 Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
+2011-11-12 Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
+
|
||||
+ * README: Update list of supported OpenBSD systems.
|
||||
+
|
||||
+2011-08-32 Anthony Green <green@moxielogic.com>
|
||||
+2011-11-12 Anthony Green <green@moxielogic.com>
|
||||
+
|
||||
+ * libtool-version: Update.
|
||||
+ * Makefile.am (nodist_libffi_la_SOURCES): Add src/debug.c if
|
||||
@@ -23,25 +23,14 @@ Index: libffi/ChangeLog
|
||||
+ * Makefile.in: Rebuilt.
|
||||
+ * README: Update for 3.0.11.
|
||||
+
|
||||
2011-08-22 Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
2011-11-10 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* configure.ac: Add OpenBSD/hppa and OpenBSD/powerpc support.
|
||||
* configure.ac (GCC_AS_CFI_PSEUDO_OP): Use it instead of inline check.
|
||||
Index: libffi/Makefile.am
|
||||
===================================================================
|
||||
--- libffi.orig/Makefile.am
|
||||
+++ libffi/Makefile.am
|
||||
@@ -31,9 +31,7 @@ EXTRA_DIST = LICENSE ChangeLog.v1 Change
|
||||
src/frv/ffitarget.h src/dlmalloc.c src/moxie/ffi.c \
|
||||
src/moxie/eabi.S libtool-version ChangeLog.libffi \
|
||||
m4/libtool.m4 m4/lt~obsolete.m4 m4/ltoptions.m4 m4/ltsugar.m4 \
|
||||
- m4/ltversion.m4 build-ios.sh src/arm/gentramp.sh src/debug.c \
|
||||
- msvcc.sh
|
||||
-
|
||||
+ m4/ltversion.m4 build-ios.sh src/arm/gentramp.sh msvcc.sh
|
||||
|
||||
info_TEXINFOS = doc/libffi.texi
|
||||
|
||||
@@ -88,7 +86,7 @@ ACLOCAL_AMFLAGS=$(ACLOCAL_AMFLAGS) -I m4
|
||||
@@ -88,7 +88,7 @@ ACLOCAL_AMFLAGS=$(ACLOCAL_AMFLAGS) -I m4
|
||||
lib_LTLIBRARIES = libffi.la
|
||||
noinst_LTLIBRARIES = libffi_convenience.la
|
||||
|
||||
@@ -50,7 +39,7 @@ Index: libffi/Makefile.am
|
||||
src/raw_api.c src/java_raw_api.c src/closures.c
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
@@ -96,6 +94,10 @@ pkgconfig_DATA = libffi.pc
|
||||
@@ -96,6 +96,10 @@ pkgconfig_DATA = libffi.pc
|
||||
|
||||
nodist_libffi_la_SOURCES =
|
||||
|
||||
@@ -61,7 +50,7 @@ Index: libffi/Makefile.am
|
||||
if MIPS
|
||||
nodist_libffi_la_SOURCES += src/mips/ffi.c src/mips/o32.S src/mips/n32.S
|
||||
endif
|
||||
@@ -188,7 +190,7 @@ endif
|
||||
@@ -191,7 +195,7 @@ endif
|
||||
libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(LTLDFLAGS) $(AM_LTLDFLAGS)
|
||||
|
||||
AM_CPPFLAGS = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
|
||||
@@ -74,7 +63,7 @@ Index: libffi/Makefile.in
|
||||
===================================================================
|
||||
--- libffi.orig/Makefile.in
|
||||
+++ libffi/Makefile.in
|
||||
@@ -36,35 +36,36 @@ POST_UNINSTALL = :
|
||||
@@ -36,36 +36,37 @@ POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
@@ -98,12 +87,13 @@ Index: libffi/Makefile.in
|
||||
-@AVR32_TRUE@am__append_18 = src/avr32/sysv.S src/avr32/ffi.c
|
||||
-@LIBFFI_CRIS_TRUE@am__append_19 = src/cris/sysv.S src/cris/ffi.c
|
||||
-@FRV_TRUE@am__append_20 = src/frv/eabi.S src/frv/ffi.c
|
||||
-@S390_TRUE@am__append_21 = src/s390/sysv.S src/s390/ffi.c
|
||||
-@X86_64_TRUE@am__append_22 = src/x86/ffi64.c src/x86/unix64.S src/x86/ffi.c src/x86/sysv.S
|
||||
-@SH_TRUE@am__append_23 = src/sh/sysv.S src/sh/ffi.c
|
||||
-@SH64_TRUE@am__append_24 = src/sh64/sysv.S src/sh64/ffi.c
|
||||
-@PA_LINUX_TRUE@am__append_25 = src/pa/linux.S src/pa/ffi.c
|
||||
-@PA_HPUX_TRUE@am__append_26 = src/pa/hpux32.S src/pa/ffi.c
|
||||
-@MOXIE_TRUE@am__append_21 = src/moxie/eabi.S src/moxie/ffi.c
|
||||
-@S390_TRUE@am__append_22 = src/s390/sysv.S src/s390/ffi.c
|
||||
-@X86_64_TRUE@am__append_23 = src/x86/ffi64.c src/x86/unix64.S src/x86/ffi.c src/x86/sysv.S
|
||||
-@SH_TRUE@am__append_24 = src/sh/sysv.S src/sh/ffi.c
|
||||
-@SH64_TRUE@am__append_25 = src/sh64/sysv.S src/sh64/ffi.c
|
||||
-@PA_LINUX_TRUE@am__append_26 = src/pa/linux.S src/pa/ffi.c
|
||||
-@PA_HPUX_TRUE@am__append_27 = src/pa/hpux32.S src/pa/ffi.c
|
||||
+@FFI_DEBUG_TRUE@am__append_1 = src/debug.c
|
||||
+@MIPS_TRUE@am__append_2 = src/mips/ffi.c src/mips/o32.S src/mips/n32.S
|
||||
+@X86_TRUE@am__append_3 = src/x86/ffi.c src/x86/sysv.S
|
||||
@@ -125,43 +115,21 @@ Index: libffi/Makefile.in
|
||||
+@AVR32_TRUE@am__append_19 = src/avr32/sysv.S src/avr32/ffi.c
|
||||
+@LIBFFI_CRIS_TRUE@am__append_20 = src/cris/sysv.S src/cris/ffi.c
|
||||
+@FRV_TRUE@am__append_21 = src/frv/eabi.S src/frv/ffi.c
|
||||
+@S390_TRUE@am__append_22 = src/s390/sysv.S src/s390/ffi.c
|
||||
+@X86_64_TRUE@am__append_23 = src/x86/ffi64.c src/x86/unix64.S src/x86/ffi.c src/x86/sysv.S
|
||||
+@SH_TRUE@am__append_24 = src/sh/sysv.S src/sh/ffi.c
|
||||
+@SH64_TRUE@am__append_25 = src/sh64/sysv.S src/sh64/ffi.c
|
||||
+@PA_LINUX_TRUE@am__append_26 = src/pa/linux.S src/pa/ffi.c
|
||||
+@PA_HPUX_TRUE@am__append_27 = src/pa/hpux32.S src/pa/ffi.c
|
||||
+@MOXIE_TRUE@am__append_22 = src/moxie/eabi.S src/moxie/ffi.c
|
||||
+@S390_TRUE@am__append_23 = src/s390/sysv.S src/s390/ffi.c
|
||||
+@X86_64_TRUE@am__append_24 = src/x86/ffi64.c src/x86/unix64.S src/x86/ffi.c src/x86/sysv.S
|
||||
+@SH_TRUE@am__append_25 = src/sh/sysv.S src/sh/ffi.c
|
||||
+@SH64_TRUE@am__append_26 = src/sh64/sysv.S src/sh64/ffi.c
|
||||
+@PA_LINUX_TRUE@am__append_27 = src/pa/linux.S src/pa/ffi.c
|
||||
+@PA_HPUX_TRUE@am__append_28 = src/pa/hpux32.S src/pa/ffi.c
|
||||
# Build debug. Define FFI_DEBUG on the commandline so that, when building with
|
||||
# MSVC, it can link against the debug CRT.
|
||||
-@FFI_DEBUG_TRUE@am__append_27 = -DFFI_DEBUG
|
||||
+@FFI_DEBUG_TRUE@am__append_28 = -DFFI_DEBUG
|
||||
-@FFI_DEBUG_TRUE@am__append_28 = -DFFI_DEBUG
|
||||
+@FFI_DEBUG_TRUE@am__append_29 = -DFFI_DEBUG
|
||||
subdir = .
|
||||
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
||||
$(srcdir)/Makefile.in $(srcdir)/doc/stamp-vti \
|
||||
@@ -73,10 +74,18 @@ DIST_COMMON = README $(am__configure_dep
|
||||
compile config.guess config.sub depcomp install-sh ltmain.sh \
|
||||
mdate-sh missing texinfo.tex
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
|
||||
- $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
||||
- $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
||||
- $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
|
||||
+am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cc_maxopt.m4 \
|
||||
+ $(top_srcdir)/m4/ax_cflags_warn_all.m4 \
|
||||
+ $(top_srcdir)/m4/ax_check_compiler_flags.m4 \
|
||||
+ $(top_srcdir)/m4/ax_compiler_vendor.m4 \
|
||||
+ $(top_srcdir)/m4/ax_configure_args.m4 \
|
||||
+ $(top_srcdir)/m4/ax_enable_builddir.m4 \
|
||||
+ $(top_srcdir)/m4/ax_gcc_archflag.m4 \
|
||||
+ $(top_srcdir)/m4/ax_gcc_x86_cpuid.m4 \
|
||||
+ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
|
||||
+ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
|
||||
+ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
|
||||
+ $(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||
@@ -111,47 +120,48 @@ am__installdirs = "$(DESTDIR)$(libdir)"
|
||||
@@ -120,48 +121,49 @@ am__installdirs = "$(DESTDIR)$(libdir)"
|
||||
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
|
||||
libffi_la_LIBADD =
|
||||
am__dirstamp = $(am__leading_dot)dirstamp
|
||||
@@ -217,89 +185,65 @@ Index: libffi/Makefile.in
|
||||
-@AVR32_TRUE@am__objects_18 = src/avr32/sysv.lo src/avr32/ffi.lo
|
||||
-@LIBFFI_CRIS_TRUE@am__objects_19 = src/cris/sysv.lo src/cris/ffi.lo
|
||||
-@FRV_TRUE@am__objects_20 = src/frv/eabi.lo src/frv/ffi.lo
|
||||
-@S390_TRUE@am__objects_21 = src/s390/sysv.lo src/s390/ffi.lo
|
||||
-@X86_64_TRUE@am__objects_22 = src/x86/ffi64.lo src/x86/unix64.lo \
|
||||
-@MOXIE_TRUE@am__objects_21 = src/moxie/eabi.lo src/moxie/ffi.lo
|
||||
-@S390_TRUE@am__objects_22 = src/s390/sysv.lo src/s390/ffi.lo
|
||||
-@X86_64_TRUE@am__objects_23 = src/x86/ffi64.lo src/x86/unix64.lo \
|
||||
+@ARM_TRUE@am__objects_17 = src/arm/sysv.lo src/arm/ffi.lo
|
||||
+@ARM_TRUE@@FFI_EXEC_TRAMPOLINE_TABLE_TRUE@am__objects_18 = src/arm/trampoline.lo
|
||||
+@AVR32_TRUE@am__objects_19 = src/avr32/sysv.lo src/avr32/ffi.lo
|
||||
+@LIBFFI_CRIS_TRUE@am__objects_20 = src/cris/sysv.lo src/cris/ffi.lo
|
||||
+@FRV_TRUE@am__objects_21 = src/frv/eabi.lo src/frv/ffi.lo
|
||||
+@S390_TRUE@am__objects_22 = src/s390/sysv.lo src/s390/ffi.lo
|
||||
+@X86_64_TRUE@am__objects_23 = src/x86/ffi64.lo src/x86/unix64.lo \
|
||||
+@MOXIE_TRUE@am__objects_22 = src/moxie/eabi.lo src/moxie/ffi.lo
|
||||
+@S390_TRUE@am__objects_23 = src/s390/sysv.lo src/s390/ffi.lo
|
||||
+@X86_64_TRUE@am__objects_24 = src/x86/ffi64.lo src/x86/unix64.lo \
|
||||
@X86_64_TRUE@ src/x86/ffi.lo src/x86/sysv.lo
|
||||
-@SH_TRUE@am__objects_23 = src/sh/sysv.lo src/sh/ffi.lo
|
||||
-@SH64_TRUE@am__objects_24 = src/sh64/sysv.lo src/sh64/ffi.lo
|
||||
-@PA_LINUX_TRUE@am__objects_25 = src/pa/linux.lo src/pa/ffi.lo
|
||||
-@PA_HPUX_TRUE@am__objects_26 = src/pa/hpux32.lo src/pa/ffi.lo
|
||||
+@SH_TRUE@am__objects_24 = src/sh/sysv.lo src/sh/ffi.lo
|
||||
+@SH64_TRUE@am__objects_25 = src/sh64/sysv.lo src/sh64/ffi.lo
|
||||
+@PA_LINUX_TRUE@am__objects_26 = src/pa/linux.lo src/pa/ffi.lo
|
||||
+@PA_HPUX_TRUE@am__objects_27 = src/pa/hpux32.lo src/pa/ffi.lo
|
||||
-@SH_TRUE@am__objects_24 = src/sh/sysv.lo src/sh/ffi.lo
|
||||
-@SH64_TRUE@am__objects_25 = src/sh64/sysv.lo src/sh64/ffi.lo
|
||||
-@PA_LINUX_TRUE@am__objects_26 = src/pa/linux.lo src/pa/ffi.lo
|
||||
-@PA_HPUX_TRUE@am__objects_27 = src/pa/hpux32.lo src/pa/ffi.lo
|
||||
+@SH_TRUE@am__objects_25 = src/sh/sysv.lo src/sh/ffi.lo
|
||||
+@SH64_TRUE@am__objects_26 = src/sh64/sysv.lo src/sh64/ffi.lo
|
||||
+@PA_LINUX_TRUE@am__objects_27 = src/pa/linux.lo src/pa/ffi.lo
|
||||
+@PA_HPUX_TRUE@am__objects_28 = src/pa/hpux32.lo src/pa/ffi.lo
|
||||
nodist_libffi_la_OBJECTS = $(am__objects_1) $(am__objects_2) \
|
||||
$(am__objects_3) $(am__objects_4) $(am__objects_5) \
|
||||
$(am__objects_6) $(am__objects_7) $(am__objects_8) \
|
||||
@@ -160,17 +170,18 @@ nodist_libffi_la_OBJECTS = $(am__objects
|
||||
$(am__objects_15) $(am__objects_16) $(am__objects_17) \
|
||||
@@ -171,17 +173,17 @@ nodist_libffi_la_OBJECTS = $(am__objects
|
||||
$(am__objects_18) $(am__objects_19) $(am__objects_20) \
|
||||
$(am__objects_21) $(am__objects_22) $(am__objects_23) \
|
||||
- $(am__objects_24) $(am__objects_25) $(am__objects_26)
|
||||
+ $(am__objects_24) $(am__objects_25) $(am__objects_26) \
|
||||
+ $(am__objects_27)
|
||||
$(am__objects_24) $(am__objects_25) $(am__objects_26) \
|
||||
- $(am__objects_27)
|
||||
+ $(am__objects_27) $(am__objects_28)
|
||||
libffi_la_OBJECTS = $(am_libffi_la_OBJECTS) \
|
||||
$(nodist_libffi_la_OBJECTS)
|
||||
libffi_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(libffi_la_LDFLAGS) $(LDFLAGS) -o $@
|
||||
libffi_convenience_la_LIBADD =
|
||||
-am__objects_27 = src/debug.lo src/prep_cif.lo src/types.lo \
|
||||
-am__objects_28 = src/debug.lo src/prep_cif.lo src/types.lo \
|
||||
- src/raw_api.lo src/java_raw_api.lo src/closures.lo
|
||||
-am_libffi_convenience_la_OBJECTS = $(am__objects_27)
|
||||
-am__objects_28 = $(am__objects_1) $(am__objects_2) $(am__objects_3) \
|
||||
+am__objects_28 = src/prep_cif.lo src/types.lo src/raw_api.lo \
|
||||
-am_libffi_convenience_la_OBJECTS = $(am__objects_28)
|
||||
-am__objects_29 = $(am__objects_1) $(am__objects_2) $(am__objects_3) \
|
||||
+am__objects_29 = src/prep_cif.lo src/types.lo src/raw_api.lo \
|
||||
+ src/java_raw_api.lo src/closures.lo
|
||||
+am_libffi_convenience_la_OBJECTS = $(am__objects_28)
|
||||
+am__objects_29 = $(am__objects_1) $(am__objects_2) $(am__objects_3) \
|
||||
+am_libffi_convenience_la_OBJECTS = $(am__objects_29)
|
||||
+am__objects_30 = $(am__objects_1) $(am__objects_2) $(am__objects_3) \
|
||||
$(am__objects_4) $(am__objects_5) $(am__objects_6) \
|
||||
$(am__objects_7) $(am__objects_8) $(am__objects_9) \
|
||||
$(am__objects_10) $(am__objects_11) $(am__objects_12) \
|
||||
@@ -178,8 +189,8 @@ am__objects_28 = $(am__objects_1) $(am__
|
||||
@@ -189,8 +191,9 @@ am__objects_29 = $(am__objects_1) $(am__
|
||||
$(am__objects_16) $(am__objects_17) $(am__objects_18) \
|
||||
$(am__objects_19) $(am__objects_20) $(am__objects_21) \
|
||||
$(am__objects_22) $(am__objects_23) $(am__objects_24) \
|
||||
- $(am__objects_25) $(am__objects_26)
|
||||
-nodist_libffi_convenience_la_OBJECTS = $(am__objects_28)
|
||||
+ $(am__objects_25) $(am__objects_26) $(am__objects_27)
|
||||
+nodist_libffi_convenience_la_OBJECTS = $(am__objects_29)
|
||||
- $(am__objects_25) $(am__objects_26) $(am__objects_27)
|
||||
-nodist_libffi_convenience_la_OBJECTS = $(am__objects_29)
|
||||
+ $(am__objects_25) $(am__objects_26) $(am__objects_27) \
|
||||
+ $(am__objects_28)
|
||||
+nodist_libffi_convenience_la_OBJECTS = $(am__objects_30)
|
||||
libffi_convenience_la_OBJECTS = $(am_libffi_convenience_la_OBJECTS) \
|
||||
$(nodist_libffi_convenience_la_OBJECTS)
|
||||
DEFAULT_INCLUDES = -I.@am__isrc@
|
||||
@@ -332,6 +343,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
+PRTDIAG = @PRTDIAG@
|
||||
RANLIB = @RANLIB@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
@@ -352,6 +364,7 @@ am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
+ax_enable_builddir_sed = @ax_enable_builddir_sed@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
@@ -428,8 +441,7 @@ EXTRA_DIST = LICENSE ChangeLog.v1 Change
|
||||
src/frv/ffitarget.h src/dlmalloc.c src/moxie/ffi.c \
|
||||
src/moxie/eabi.S libtool-version ChangeLog.libffi \
|
||||
m4/libtool.m4 m4/lt~obsolete.m4 m4/ltoptions.m4 m4/ltsugar.m4 \
|
||||
- m4/ltversion.m4 build-ios.sh src/arm/gentramp.sh src/debug.c \
|
||||
- msvcc.sh
|
||||
+ m4/ltversion.m4 build-ios.sh src/arm/gentramp.sh msvcc.sh
|
||||
|
||||
info_TEXINFOS = doc/libffi.texi
|
||||
|
||||
@@ -475,7 +487,7 @@ MAKEOVERRIDES =
|
||||
@@ -488,7 +491,7 @@ MAKEOVERRIDES =
|
||||
ACLOCAL_AMFLAGS = $(ACLOCAL_AMFLAGS) -I m4
|
||||
lib_LTLIBRARIES = libffi.la
|
||||
noinst_LTLIBRARIES = libffi_convenience.la
|
||||
@@ -308,17 +252,16 @@ Index: libffi/Makefile.in
|
||||
src/raw_api.c src/java_raw_api.c src/closures.c
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
@@ -488,13 +500,14 @@ nodist_libffi_la_SOURCES = $(am__append_
|
||||
$(am__append_15) $(am__append_16) $(am__append_17) \
|
||||
@@ -502,13 +505,13 @@ nodist_libffi_la_SOURCES = $(am__append_
|
||||
$(am__append_18) $(am__append_19) $(am__append_20) \
|
||||
$(am__append_21) $(am__append_22) $(am__append_23) \
|
||||
- $(am__append_24) $(am__append_25) $(am__append_26)
|
||||
+ $(am__append_24) $(am__append_25) $(am__append_26) \
|
||||
+ $(am__append_27)
|
||||
$(am__append_24) $(am__append_25) $(am__append_26) \
|
||||
- $(am__append_27)
|
||||
+ $(am__append_27) $(am__append_28)
|
||||
libffi_convenience_la_SOURCES = $(libffi_la_SOURCES)
|
||||
nodist_libffi_convenience_la_SOURCES = $(nodist_libffi_la_SOURCES)
|
||||
-AM_CFLAGS = -g $(am__append_27)
|
||||
+AM_CFLAGS = -g $(am__append_28)
|
||||
-AM_CFLAGS = -g $(am__append_28)
|
||||
+AM_CFLAGS = -g $(am__append_29)
|
||||
libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(LTLDFLAGS) $(AM_LTLDFLAGS)
|
||||
AM_CPPFLAGS = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
|
||||
-AM_CCASFLAGS = $(AM_CPPFLAGS)
|
||||
@@ -326,7 +269,7 @@ Index: libffi/Makefile.in
|
||||
all: fficonfig.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||
|
||||
@@ -599,12 +612,12 @@ src/$(am__dirstamp):
|
||||
@@ -613,12 +616,12 @@ src/$(am__dirstamp):
|
||||
src/$(DEPDIR)/$(am__dirstamp):
|
||||
@$(MKDIR_P) src/$(DEPDIR)
|
||||
@: > src/$(DEPDIR)/$(am__dirstamp)
|
||||
|
||||
Reference in New Issue
Block a user