| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9a3393d commit 9761385
331 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -63,15 +63,15 @@ noinst_HEADERS = src/aarch64/ffitarget.h src/aarch64/internal.h \ | |||
| 63 | 63 | src/or1k/ffitarget.h src/pa/ffitarget.h \ | |
| 64 | 64 | src/powerpc/ffitarget.h src/powerpc/asm.h \ | |
| 65 | 65 | src/powerpc/ffi_powerpc.h src/powerpc/internal.h \ | |
| 66 | - src/riscv/ffitarget.h \ | ||
| 66 | + src/riscv/ffitarget.h src/riscv/internal.h \ | ||
| 67 | 67 | src/s390/ffitarget.h src/s390/internal.h src/sh/ffitarget.h \ | |
| 68 | 68 | src/sh64/ffitarget.h src/sparc/ffitarget.h \ | |
| 69 | 69 | src/sparc/internal.h src/tile/ffitarget.h src/vax/ffitarget.h \ | |
| 70 | 70 | src/wasm/ffitarget.h \ | |
| 71 | 71 | src/x86/ffitarget.h src/x86/internal.h src/x86/internal64.h \ | |
| 72 | 72 | src/x86/asmnames.h src/xtensa/ffitarget.h src/dlmalloc.c \ | |
| 73 | 73 | src/kvx/ffitarget.h src/kvx/asm.h \ | |
| 74 | - src/loongarch64/ffitarget.h | ||
| 74 | + src/loongarch/ffitarget.h | ||
| 75 | 75 | ||
| 76 | 76 | EXTRA_libffi_la_SOURCES = src/aarch64/ffi.c src/aarch64/sysv.S \ | |
| 77 | 77 | src/aarch64/win64_armasm.S src/alpha/ffi.c src/alpha/osf.S \ | |
@@ -102,7 +102,7 @@ EXTRA_libffi_la_SOURCES = src/aarch64/ffi.c src/aarch64/sysv.S \ | |||
| 102 | 102 | src/x86/ffiw64.c src/x86/win64.S src/x86/ffi64.c \ | |
| 103 | 103 | src/x86/unix64.S src/x86/sysv_intel.S src/x86/win64_intel.S \ | |
| 104 | 104 | src/xtensa/ffi.c src/xtensa/sysv.S src/kvx/ffi.c \ | |
| 105 | - src/kvx/sysv.S src/loongarch64/ffi.c src/loongarch64/sysv.S | ||
| 105 | + src/kvx/sysv.S src/loongarch/ffi.c src/loongarch/sysv.S | ||
| 106 | 106 | ||
| 107 | 107 | TARGET_OBJ = @TARGET_OBJ@ | |
| 108 | 108 | libffi_la_LIBADD = $(TARGET_OBJ) | |
@@ -156,7 +156,8 @@ AM_CCASFLAGS = '$(AM_CPPFLAGS)' | |||
| 156 | 156 | dist-hook: | |
| 157 | 157 | d=`(cd $(distdir); pwd)`; (cd doc; make pdf; cp *.pdf $$d/doc) | |
| 158 | 158 | if [ -d $(top_srcdir)/.git ] ; then (cd $(top_srcdir); git log --no-decorate) ; else echo 'See git log for history.' ; fi > $(distdir)/ChangeLog | |
| 159 | - s=`awk '/was released on/{ print NR; exit}' $(top_srcdir)/README.md`; tail -n +$$(($$s-1)) $(top_srcdir)/README.md > $(distdir)/README.md | ||
| 159 | + s=`awk '/was released on/{ print NR; exit}' $(top_srcdir)/README.md`; \ | ||
| 160 | + if [ -n "$$s" ]; then tail -n +$$(($$s-1)) $(top_srcdir)/README.md; else cat $(top_srcdir)/README.md; fi > $(distdir)/README.md | ||
| 160 | 161 | ||
| 161 | 162 | # target overrides | |
| 162 | 163 | -include $(tmake_file) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments