]> git.pld-linux.org Git - packages/libffi.git/blob - libffi-acam.patch
- updated Source0 URL
[packages/libffi.git] / libffi-acam.patch
1 --- libffi-1.20/configure.in.orig       Sat Dec 28 22:34:54 2002
2 +++ libffi-1.20/configure.in    Sat Dec 28 22:38:30 2002
3 @@ -7,6 +7,7 @@
4  AM_INIT_AUTOMAKE(libffi,1.20)
5  
6  AC_PROG_CC
7 +AM_PROG_AS
8  AM_PROG_LIBTOOL
9  
10  TARGETDIR="unknown"
11 --- libffi-1.20/src/Makefile.am.orig    Mon Oct  5 11:23:27 1998
12 +++ libffi-1.20/src/Makefile.am Sat Dec 28 23:05:05 2002
13 @@ -19,14 +19,14 @@
14  lib_LTLIBRARIES = libffi.la
15  noinst_PROGRAMS = ffitest
16  
17 -TARGET_SRC_MIPS_GCC = mips/ffi.c mips/o32.S mips/n32.S
18 -TARGET_SRC_MIPS_SGI = mips/ffi.c mips/o32.s mips/n32.s
19 -TARGET_SRC_X86 = x86/ffi.c x86/sysv.S
20 -TARGET_SRC_SPARC = sparc/ffi.c sparc/v8.S
21 -TARGET_SRC_ALPHA = alpha/ffi.c alpha/osf.S
22 -TARGET_SRC_M68K = m68k/ffi.c m68k/sysv.S
23 -TARGET_SRC_POWERPC = powerpc/ffi.c powerpc/sysv.S
24 -TARGET_SRC_ARM =  arm/sysv.S arm/ffi.c
25 +TARGET_SRC_MIPS_GCC = mips/mips_ffi.c mips/mips_gcc_o32.S mips/mips_gcc_n32.S
26 +TARGET_SRC_MIPS_SGI = mips/mips_ffi.c mips/mips_sgi_o32.s mips/mips_sgi_n32.s
27 +TARGET_SRC_X86 = x86/x86_ffi.c x86/x86_sysv.S
28 +TARGET_SRC_SPARC = sparc/sparc_ffi.c sparc/sparc_v8.S
29 +TARGET_SRC_ALPHA = alpha/alpha_ffi.c alpha/alpha_osf.S
30 +TARGET_SRC_M68K = m68k/m68k_ffi.c m68k/m68k_sysv.S
31 +TARGET_SRC_POWERPC = powerpc/powerpc_ffi.c powerpc/powerpc_sysv.S
32 +TARGET_SRC_ARM =  arm/arm_sysv.S arm/arm_ffi.c
33  
34  ##libffi_la_SOURCES = debug.c prep_cif.c types.c $(TARGET_SRC_@TARGET@)
35  ## Work around automake deficiency
36 @@ -92,6 +92,7 @@
37  endif
38  
39  INCLUDES = -I$(top_srcdir)/include -I../include
40 +AM_CCASFLAGS = $(INCLUDES)
41  
42  test:  ffitest
43         ./ffitest
This page took 0.065351 seconds and 3 git commands to generate.