248c0b6908
* Makefile.in: Rebuilt. * Makefile.am (AM_CFLAGS): Compile with -fexceptions. * src/x86/sysv.S: Add exception handling metadata. also, add missing files. From-SVN: r28601
9 lines
189 B
Makefile
9 lines
189 B
Makefile
## Process this with automake to create Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
EXTRA_DIST = ffi.h.in ffi_common.h ffi_mips.h
|
|
|
|
hackdir=$(includedir)
|
|
|
|
hack_DATA=fficonfig.h ffi.h ffi_mips.h
|