]> gcc.gnu.org Git - gcc.git/blobdiff - libffi/Makefile.am
Makefile.am: Add frv support.
[gcc.git] / libffi / Makefile.am
index 9506c3f4319b2537e1bc71c39c9971f5a14b16b4..6195d89859aed98855b7d20cbd006c547077e5c8 100644 (file)
@@ -23,7 +23,7 @@ EXTRA_DIST = LICENSE ChangeLog.v1 \
        src/sparc/ffi.c \
        src/x86/ffi.c src/x86/sysv.S src/x86/win32.S \
        src/x86/ffi64.c src/x86/unix64.S src/x86/ffitarget.h \
-       src/pa/ffi.c src/pa/linux.S
+       src/pa/ffi.c src/pa/linux.S src/frv/eabi.S src/frv/ffitarget.h
 
 ## ################################################################
 
@@ -116,6 +116,9 @@ endif
 if ARM
 nodist_libffi_la_SOURCES += src/arm/sysv.S src/arm/ffi.c
 endif
+if FRV
+nodist_libffi_la_SOURCES += src/frv/eabi.S src/frv/ffi.c
+endif
 if S390
 nodist_libffi_la_SOURCES += src/s390/sysv.S src/s390/ffi.c
 endif
This page took 0.028776 seconds and 5 git commands to generate.