diff options
| author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-02 08:49:31 +0000 |
|---|---|---|
| committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-02 08:49:31 +0000 |
| commit | e581835cee6f3f43dbbd4d3ab45511a13dfb43ac (patch) | |
| tree | febe06899bfff25464060449a4e2fdff758976c6 /libjava/include | |
| parent | 7fc946eaea6dd81513ed85f0ad7977bb6e7e15e3 (diff) | |
| download | ppe42-gcc-e581835cee6f3f43dbbd4d3ab45511a13dfb43ac.tar.gz ppe42-gcc-e581835cee6f3f43dbbd4d3ab45511a13dfb43ac.zip | |
USE_LIBFFI change
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42791 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
| -rw-r--r-- | libjava/include/Makefile.in | 6 | ||||
| -rw-r--r-- | libjava/include/config.h.in | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/libjava/include/Makefile.in b/libjava/include/Makefile.in index a911f316b77..a03b6ef3b5b 100644 --- a/libjava/include/Makefile.in +++ b/libjava/include/Makefile.in @@ -89,6 +89,8 @@ HASH_SYNC_SPEC = @HASH_SYNC_SPEC@ INCLTDL = @INCLTDL@ JC1GCSPEC = @JC1GCSPEC@ LIBDATASTARTSPEC = @LIBDATASTARTSPEC@ +LIBFFI = @LIBFFI@ +LIBFFIINCS = @LIBFFIINCS@ LIBGCJDEBUG = @LIBGCJDEBUG@ LIBGCJTESTSPEC = @LIBGCJTESTSPEC@ LIBGCJ_CFLAGS = @LIBGCJ_CFLAGS@ @@ -134,7 +136,7 @@ DIST_COMMON = ./stamp-h1.in Makefile.am Makefile.in config.h.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -231,7 +233,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 80e495175d0..8b95f014855 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -131,6 +131,9 @@ /* Define if java.net native functions should be stubbed out. */ #undef DISABLE_JAVA_NET +/* Define if we're to use libffi. */ +#undef USE_LIBFFI + /* Define if system properties shouldn't be read from getenv("GCJ_PROPERTIES"). */ #undef DISABLE_GETENV_PROPERTIES |

