mirror of git://gcc.gnu.org/git/gcc.git
Makefile.am (libgcj_la_LDFLAGS): Use THREADLDFLAGS.
* Makefile.am (libgcj_la_LDFLAGS): Use THREADLDFLAGS. (jv_convert_LDFLAGS): Likewise. (gij_LDFLAGS): Likewise. (rmic_LDFLAGS): Likewise. (rmiregistry_LDFLAGS): Likewise. * configure.in (THREADLDFLAGS): New subst; set correctly for *BSD. From-SVN: r51363
This commit is contained in:
parent
81b1b8c29d
commit
5c00920976
|
|
@ -1,3 +1,13 @@
|
||||||
|
2002-03-25 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.am (libgcj_la_LDFLAGS): Use THREADLDFLAGS.
|
||||||
|
(jv_convert_LDFLAGS): Likewise.
|
||||||
|
(gij_LDFLAGS): Likewise.
|
||||||
|
(rmic_LDFLAGS): Likewise.
|
||||||
|
(rmiregistry_LDFLAGS): Likewise.
|
||||||
|
* configure.in (THREADLDFLAGS): New subst; set correctly for
|
||||||
|
*BSD.
|
||||||
|
|
||||||
2002-03-25 Tom Tromey <tromey@redhat.com>
|
2002-03-25 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
For PR libgcj/5303:
|
For PR libgcj/5303:
|
||||||
|
|
|
||||||
|
|
@ -137,9 +137,9 @@ libgcj_la_LIBADD = $(javao_files) $(c_files) $(GCOBJS) \
|
||||||
$(THREADOBJS) $(PLATFORMOBJS)
|
$(THREADOBJS) $(PLATFORMOBJS)
|
||||||
# Include THREADLIBS here to ensure that the correct version of
|
# Include THREADLIBS here to ensure that the correct version of
|
||||||
# certain linuxthread functions get linked:
|
# certain linuxthread functions get linked:
|
||||||
libgcj_la_LDFLAGS = -rpath $(toolexeclibdir) $(THREADLIBS) $(LIBLTDL) \
|
libgcj_la_LDFLAGS = -rpath $(toolexeclibdir) $(THREADLDFLAGS) $(THREADLIBS) \
|
||||||
$(SYS_ZLIBS) \
|
$(LIBLTDL) $(SYS_ZLIBS) \
|
||||||
## The mysterious backslash is consumed by make.
|
## The mysterious backslash is consumed by make.
|
||||||
-version-info `grep -v '^\#' $(srcdir)/libtool-version`
|
-version-info `grep -v '^\#' $(srcdir)/libtool-version`
|
||||||
libgcj_la_LINK = $(LIBLINK)
|
libgcj_la_LINK = $(LIBLINK)
|
||||||
|
|
||||||
|
|
@ -423,7 +423,7 @@ EXTRA_jv_convert_SOURCES = $(convert_source_files)
|
||||||
## need this because we are explicitly using libtool to link using the
|
## need this because we are explicitly using libtool to link using the
|
||||||
## `.la' file.
|
## `.la' file.
|
||||||
jv_convert_LDFLAGS = --main=gnu.gcj.convert.Convert \
|
jv_convert_LDFLAGS = --main=gnu.gcj.convert.Convert \
|
||||||
-rpath $(toolexeclibdir) -shared-libgcc
|
-rpath $(toolexeclibdir) -shared-libgcc $(THREADLDFLAGS)
|
||||||
jv_convert_LINK = $(GCJLINK)
|
jv_convert_LINK = $(GCJLINK)
|
||||||
## We explicitly link in the libraries we need. This way we don't
|
## We explicitly link in the libraries we need. This way we don't
|
||||||
## need -nodefaultlibs, so we can still rely on gcj picking up the
|
## need -nodefaultlibs, so we can still rely on gcj picking up the
|
||||||
|
|
@ -440,7 +440,7 @@ gij_SOURCES = gij.cc
|
||||||
## We need -nodefaultlibs because we want to avoid gcj's `-lgcj'. We
|
## We need -nodefaultlibs because we want to avoid gcj's `-lgcj'. We
|
||||||
## need this because we are explicitly using libtool to link using the
|
## need this because we are explicitly using libtool to link using the
|
||||||
## `.la' file.
|
## `.la' file.
|
||||||
gij_LDFLAGS = -rpath $(toolexeclibdir) -shared-libgcc
|
gij_LDFLAGS = -rpath $(toolexeclibdir) -shared-libgcc $(THREADLDFLAGS)
|
||||||
gij_LINK = $(GCJLINK)
|
gij_LINK = $(GCJLINK)
|
||||||
## We explicitly link in the libraries we need. This way we don't
|
## We explicitly link in the libraries we need. This way we don't
|
||||||
## need -nodefaultlibs, so we can still rely on gcj picking up the
|
## need -nodefaultlibs, so we can still rely on gcj picking up the
|
||||||
|
|
@ -456,7 +456,7 @@ rmic_SOURCES =
|
||||||
## This is a dummy definition.
|
## This is a dummy definition.
|
||||||
EXTRA_rmic_SOURCES = $(rmi_java_source_files)
|
EXTRA_rmic_SOURCES = $(rmi_java_source_files)
|
||||||
rmic_LDFLAGS = --main=gnu.java.rmi.rmic.RMIC \
|
rmic_LDFLAGS = --main=gnu.java.rmi.rmic.RMIC \
|
||||||
-rpath $(toolexeclibdir) -shared-libgcc
|
-rpath $(toolexeclibdir) -shared-libgcc $(THREADLDFLAGS)
|
||||||
rmic_LINK = $(GCJLINK)
|
rmic_LINK = $(GCJLINK)
|
||||||
## We explicitly link in the libraries we need. This way we don't
|
## We explicitly link in the libraries we need. This way we don't
|
||||||
## need -nodefaultlibs, so we can still rely on gcj picking up the
|
## need -nodefaultlibs, so we can still rely on gcj picking up the
|
||||||
|
|
@ -472,7 +472,7 @@ rmiregistry_SOURCES =
|
||||||
## This is a dummy definition.
|
## This is a dummy definition.
|
||||||
EXTRA_rmiregistry_SOURCES = $(rmi_java_source_files)
|
EXTRA_rmiregistry_SOURCES = $(rmi_java_source_files)
|
||||||
rmiregistry_LDFLAGS = --main=gnu.java.rmi.registry.RegistryImpl \
|
rmiregistry_LDFLAGS = --main=gnu.java.rmi.registry.RegistryImpl \
|
||||||
-rpath $(toolexeclibdir) -shared-libgcc
|
-rpath $(toolexeclibdir) -shared-libgcc $(THREADLDFLAGS)
|
||||||
rmiregistry_LINK = $(GCJLINK)
|
rmiregistry_LINK = $(GCJLINK)
|
||||||
## We explicitly link in the libraries we need. This way we don't
|
## We explicitly link in the libraries we need. This way we don't
|
||||||
## need -nodefaultlibs, so we can still rely on gcj picking up the
|
## need -nodefaultlibs, so we can still rely on gcj picking up the
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,7 @@ GCDEPS = @GCDEPS@
|
||||||
GCINCS = @GCINCS@
|
GCINCS = @GCINCS@
|
||||||
GCJ = @GCJ@
|
GCJ = @GCJ@
|
||||||
GCJFLAGS = @GCJFLAGS@
|
GCJFLAGS = @GCJFLAGS@
|
||||||
|
GCJVERSION = @GCJVERSION@
|
||||||
GCLIBS = @GCLIBS@
|
GCLIBS = @GCLIBS@
|
||||||
GCOBJS = @GCOBJS@
|
GCOBJS = @GCOBJS@
|
||||||
GCSPEC = @GCSPEC@
|
GCSPEC = @GCSPEC@
|
||||||
|
|
@ -110,6 +111,7 @@ SYSTEMSPEC = @SYSTEMSPEC@
|
||||||
SYS_ZLIBS = @SYS_ZLIBS@
|
SYS_ZLIBS = @SYS_ZLIBS@
|
||||||
THREADDEPS = @THREADDEPS@
|
THREADDEPS = @THREADDEPS@
|
||||||
THREADINCS = @THREADINCS@
|
THREADINCS = @THREADINCS@
|
||||||
|
THREADLDFLAGS = @THREADLDFLAGS@
|
||||||
THREADLIBS = @THREADLIBS@
|
THREADLIBS = @THREADLIBS@
|
||||||
THREADOBJS = @THREADOBJS@
|
THREADOBJS = @THREADOBJS@
|
||||||
THREADSPEC = @THREADSPEC@
|
THREADSPEC = @THREADSPEC@
|
||||||
|
|
@ -125,13 +127,19 @@ mkinstalldirs = @mkinstalldirs@
|
||||||
tool_include_dir = @tool_include_dir@
|
tool_include_dir = @tool_include_dir@
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
@TESTSUBDIR_TRUE@SUBDIRS = @TESTSUBDIR_TRUE@$(DIRLTDL) testsuite gcj include
|
@TESTSUBDIR_TRUE@SUBDIRS = \
|
||||||
@TESTSUBDIR_FALSE@SUBDIRS = @TESTSUBDIR_FALSE@$(DIRLTDL) gcj include
|
@TESTSUBDIR_TRUE@$(DIRLTDL) testsuite gcj include
|
||||||
@USE_LIBDIR_TRUE@toolexeclibdir = @USE_LIBDIR_TRUE@$(libdir)$(MULTISUBDIR)
|
@TESTSUBDIR_FALSE@SUBDIRS = \
|
||||||
@USE_LIBDIR_FALSE@toolexeclibdir = @USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
|
@TESTSUBDIR_FALSE@$(DIRLTDL) gcj include
|
||||||
@USE_LIBDIR_FALSE@toolexecdir = @USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
|
@USE_LIBDIR_TRUE@toolexeclibdir = \
|
||||||
@XLIB_AWT_TRUE@cond_x_ltlibrary = @XLIB_AWT_TRUE@libgcjx.la
|
@USE_LIBDIR_TRUE@$(libdir)$(MULTISUBDIR)
|
||||||
@XLIB_AWT_FALSE@cond_x_ltlibrary =
|
@USE_LIBDIR_FALSE@toolexeclibdir = \
|
||||||
|
@USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
|
||||||
|
@USE_LIBDIR_FALSE@toolexecdir = \
|
||||||
|
@USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
|
||||||
|
@XLIB_AWT_TRUE@cond_x_ltlibrary = \
|
||||||
|
@XLIB_AWT_TRUE@libgcjx.la
|
||||||
|
@XLIB_AWT_FALSE@cond_x_ltlibrary = \
|
||||||
|
|
||||||
toolexeclib_LTLIBRARIES = libgcj.la $(cond_x_ltlibrary)
|
toolexeclib_LTLIBRARIES = libgcj.la $(cond_x_ltlibrary)
|
||||||
toolexeclib_DATA = libgcj.spec
|
toolexeclib_DATA = libgcj.spec
|
||||||
|
|
@ -139,14 +147,20 @@ data_DATA = libgcj.jar
|
||||||
|
|
||||||
secdir = $(libdir)/security
|
secdir = $(libdir)/security
|
||||||
|
|
||||||
@NATIVE_TRUE@bin_PROGRAMS = @NATIVE_TRUE@jv-convert gij rmic rmiregistry
|
@NATIVE_TRUE@bin_PROGRAMS = \
|
||||||
|
@NATIVE_TRUE@jv-convert gij rmic rmiregistry
|
||||||
|
|
||||||
bin_SCRIPTS = addr2name.awk
|
bin_SCRIPTS = addr2name.awk
|
||||||
@CANADIAN_TRUE@@NULL_TARGET_TRUE@ZIP = @CANADIAN_TRUE@@NULL_TARGET_TRUE@$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar$(EXEEXT)
|
@CANADIAN_TRUE@@NULL_TARGET_TRUE@ZIP = \
|
||||||
@CANADIAN_TRUE@@NULL_TARGET_FALSE@ZIP = @CANADIAN_TRUE@@NULL_TARGET_FALSE@jar
|
@CANADIAN_TRUE@@NULL_TARGET_TRUE@$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar$(EXEEXT)
|
||||||
@CANADIAN_FALSE@ZIP = @CANADIAN_FALSE@$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar$(EXEEXT)
|
@CANADIAN_TRUE@@NULL_TARGET_FALSE@ZIP = \
|
||||||
@CANADIAN_TRUE@GCJH = @CANADIAN_TRUE@gcjh
|
@CANADIAN_TRUE@@NULL_TARGET_FALSE@jar
|
||||||
@CANADIAN_FALSE@GCJH = @CANADIAN_FALSE@$(MULTIBUILDTOP)../$(COMPPATH)/gcc/gcjh$(EXEEXT)
|
@CANADIAN_FALSE@ZIP = \
|
||||||
|
@CANADIAN_FALSE@$(MULTIBUILDTOP)../$(COMPPATH)/fastjar/jar$(EXEEXT)
|
||||||
|
@CANADIAN_TRUE@GCJH = \
|
||||||
|
@CANADIAN_TRUE@gcjh
|
||||||
|
@CANADIAN_FALSE@GCJH = \
|
||||||
|
@CANADIAN_FALSE@$(MULTIBUILDTOP)../$(COMPPATH)/gcc/gcjh$(EXEEXT)
|
||||||
|
|
||||||
GCJ_WITH_FLAGS = $(GCJ) --encoding=UTF-8
|
GCJ_WITH_FLAGS = $(GCJ) --encoding=UTF-8
|
||||||
|
|
||||||
|
|
@ -166,8 +180,10 @@ AM_CXXFLAGS = -fno-rtti -fnon-call-exceptions \
|
||||||
@LIBGCJ_CXXFLAGS@ @X_CFLAGS@ $(WARNINGS) -D_GNU_SOURCE \
|
@LIBGCJ_CXXFLAGS@ @X_CFLAGS@ $(WARNINGS) -D_GNU_SOURCE \
|
||||||
-DPREFIX="\"$(prefix)\""
|
-DPREFIX="\"$(prefix)\""
|
||||||
|
|
||||||
@USING_GCC_TRUE@AM_CFLAGS = @USING_GCC_TRUE@@LIBGCJ_CFLAGS@ $(WARNINGS)
|
@USING_GCC_TRUE@AM_CFLAGS = \
|
||||||
@USING_GCC_FALSE@AM_CFLAGS = @USING_GCC_FALSE@@LIBGCJ_CFLAGS@
|
@USING_GCC_TRUE@@LIBGCJ_CFLAGS@ $(WARNINGS)
|
||||||
|
@USING_GCC_FALSE@AM_CFLAGS = \
|
||||||
|
@USING_GCC_FALSE@@LIBGCJ_CFLAGS@
|
||||||
|
|
||||||
JCFLAGS = -g
|
JCFLAGS = -g
|
||||||
JC1FLAGS = @LIBGCJ_JAVAFLAGS@ $(GCJFLAGS)
|
JC1FLAGS = @LIBGCJ_JAVAFLAGS@ $(GCJFLAGS)
|
||||||
|
|
@ -205,8 +221,8 @@ libgcj_la_LIBADD = $(javao_files) $(c_files) $(GCOBJS) \
|
||||||
|
|
||||||
# Include THREADLIBS here to ensure that the correct version of
|
# Include THREADLIBS here to ensure that the correct version of
|
||||||
# certain linuxthread functions get linked:
|
# certain linuxthread functions get linked:
|
||||||
libgcj_la_LDFLAGS = -rpath $(toolexeclibdir) $(THREADLIBS) $(LIBLTDL) \
|
libgcj_la_LDFLAGS = -rpath $(toolexeclibdir) $(THREADLDFLAGS) $(THREADLIBS) \
|
||||||
$(SYS_ZLIBS) \
|
$(LIBLTDL) $(SYS_ZLIBS) \
|
||||||
-version-info `grep -v '^\#' $(srcdir)/libtool-version`
|
-version-info `grep -v '^\#' $(srcdir)/libtool-version`
|
||||||
|
|
||||||
libgcj_la_LINK = $(LIBLINK)
|
libgcj_la_LINK = $(LIBLINK)
|
||||||
|
|
@ -242,14 +258,15 @@ extra_headers = java/lang/Object.h java/lang/Class.h
|
||||||
|
|
||||||
NM = nm
|
NM = nm
|
||||||
|
|
||||||
@NATIVE_TRUE@@MAINTAINER_MODE_TRUE@noinst_PROGRAMS = @NATIVE_TRUE@@MAINTAINER_MODE_TRUE@gen-from-JIS
|
@NATIVE_TRUE@@MAINTAINER_MODE_TRUE@noinst_PROGRAMS = \
|
||||||
|
@NATIVE_TRUE@@MAINTAINER_MODE_TRUE@gen-from-JIS
|
||||||
|
|
||||||
CONVERT_DIR = gnu/gcj/convert
|
CONVERT_DIR = gnu/gcj/convert
|
||||||
|
|
||||||
jv_convert_SOURCES =
|
jv_convert_SOURCES =
|
||||||
EXTRA_jv_convert_SOURCES = $(convert_source_files)
|
EXTRA_jv_convert_SOURCES = $(convert_source_files)
|
||||||
jv_convert_LDFLAGS = --main=gnu.gcj.convert.Convert \
|
jv_convert_LDFLAGS = --main=gnu.gcj.convert.Convert \
|
||||||
-rpath $(toolexeclibdir) -shared-libgcc
|
-rpath $(toolexeclibdir) -shared-libgcc $(THREADLDFLAGS)
|
||||||
|
|
||||||
jv_convert_LINK = $(GCJLINK)
|
jv_convert_LINK = $(GCJLINK)
|
||||||
jv_convert_LDADD = libgcj.la -L$(here)/.libs
|
jv_convert_LDADD = libgcj.la -L$(here)/.libs
|
||||||
|
|
@ -258,7 +275,7 @@ jv_convert_DEPENDENCIES = $(convert_source_files:.java=.lo) \
|
||||||
|
|
||||||
|
|
||||||
gij_SOURCES = gij.cc
|
gij_SOURCES = gij.cc
|
||||||
gij_LDFLAGS = -rpath $(toolexeclibdir) -shared-libgcc
|
gij_LDFLAGS = -rpath $(toolexeclibdir) -shared-libgcc $(THREADLDFLAGS)
|
||||||
gij_LINK = $(GCJLINK)
|
gij_LINK = $(GCJLINK)
|
||||||
gij_LDADD = libgcj.la -L$(here)/.libs
|
gij_LDADD = libgcj.la -L$(here)/.libs
|
||||||
gij_DEPENDENCIES = libgcj.la libgcj.spec
|
gij_DEPENDENCIES = libgcj.la libgcj.spec
|
||||||
|
|
@ -266,7 +283,7 @@ gij_DEPENDENCIES = libgcj.la libgcj.spec
|
||||||
rmic_SOURCES =
|
rmic_SOURCES =
|
||||||
EXTRA_rmic_SOURCES = $(rmi_java_source_files)
|
EXTRA_rmic_SOURCES = $(rmi_java_source_files)
|
||||||
rmic_LDFLAGS = --main=gnu.java.rmi.rmic.RMIC \
|
rmic_LDFLAGS = --main=gnu.java.rmi.rmic.RMIC \
|
||||||
-rpath $(toolexeclibdir) -shared-libgcc
|
-rpath $(toolexeclibdir) -shared-libgcc $(THREADLDFLAGS)
|
||||||
|
|
||||||
rmic_LINK = $(GCJLINK)
|
rmic_LINK = $(GCJLINK)
|
||||||
rmic_LDADD = libgcj.la -L$(here)/.libs
|
rmic_LDADD = libgcj.la -L$(here)/.libs
|
||||||
|
|
@ -275,7 +292,7 @@ rmic_DEPENDENCIES = libgcj.la libgcj.spec
|
||||||
rmiregistry_SOURCES =
|
rmiregistry_SOURCES =
|
||||||
EXTRA_rmiregistry_SOURCES = $(rmi_java_source_files)
|
EXTRA_rmiregistry_SOURCES = $(rmi_java_source_files)
|
||||||
rmiregistry_LDFLAGS = --main=gnu.java.rmi.registry.RegistryImpl \
|
rmiregistry_LDFLAGS = --main=gnu.java.rmi.registry.RegistryImpl \
|
||||||
-rpath $(toolexeclibdir) -shared-libgcc
|
-rpath $(toolexeclibdir) -shared-libgcc $(THREADLDFLAGS)
|
||||||
|
|
||||||
rmiregistry_LINK = $(GCJLINK)
|
rmiregistry_LINK = $(GCJLINK)
|
||||||
rmiregistry_LDADD = libgcj.la -L$(here)/.libs
|
rmiregistry_LDADD = libgcj.la -L$(here)/.libs
|
||||||
|
|
@ -1724,7 +1741,7 @@ libgcj-test.spec.in libgcj.spec.in
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
|
||||||
TAR = gtar
|
TAR = tar
|
||||||
GZIP_ENV = --best
|
GZIP_ENV = --best
|
||||||
DIST_SUBDIRS = @DIRLTDL@ testsuite gcj include @DIRLTDL@ gcj include
|
DIST_SUBDIRS = @DIRLTDL@ testsuite gcj include @DIRLTDL@ gcj include
|
||||||
DEP_FILES = .deps/$(srcdir)/$(CONVERT_DIR)/gen-from-JIS.P \
|
DEP_FILES = .deps/$(srcdir)/$(CONVERT_DIR)/gen-from-JIS.P \
|
||||||
|
|
@ -3025,7 +3042,7 @@ distdir: $(DISTFILES)
|
||||||
@for file in $(DISTFILES); do \
|
@for file in $(DISTFILES); do \
|
||||||
d=$(srcdir); \
|
d=$(srcdir); \
|
||||||
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
||||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
cp -pr $$/$$file $(distdir)/$$file; \
|
||||||
else \
|
else \
|
||||||
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -348,6 +348,7 @@ case "$THREADS" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
THREADLDFLAGS=
|
||||||
THREADLIBS=
|
THREADLIBS=
|
||||||
THREADINCS=
|
THREADINCS=
|
||||||
THREADDEPS=
|
THREADDEPS=
|
||||||
|
|
@ -366,7 +367,7 @@ changequote([,])
|
||||||
# Before FreeBSD 5, it didn't have -lpthread (or any library which
|
# Before FreeBSD 5, it didn't have -lpthread (or any library which
|
||||||
# merely adds pthread_* functions) but it does have a -pthread switch
|
# merely adds pthread_* functions) but it does have a -pthread switch
|
||||||
# which is required at link-time to select -lc_r *instead* of -lc.
|
# which is required at link-time to select -lc_r *instead* of -lc.
|
||||||
THREADLIBS=-pthread
|
THREADLDFLAGS=-pthread
|
||||||
# Don't set THREADSPEC here as might be expected since -pthread is
|
# Don't set THREADSPEC here as might be expected since -pthread is
|
||||||
# not processed when found within a spec file, it must come from
|
# not processed when found within a spec file, it must come from
|
||||||
# the command line. For now, the user must provide the -pthread
|
# the command line. For now, the user must provide the -pthread
|
||||||
|
|
@ -378,7 +379,7 @@ changequote([,])
|
||||||
# FreeBSD 5 implements a model much closer to other modern UNIX
|
# FreeBSD 5 implements a model much closer to other modern UNIX
|
||||||
# which support threads. However, it still does not support
|
# which support threads. However, it still does not support
|
||||||
# -lpthread.
|
# -lpthread.
|
||||||
THREADLIBS=-pthread
|
THREADLDFLAGS=-pthread
|
||||||
THREADSPEC=-lc_r
|
THREADSPEC=-lc_r
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
@ -417,6 +418,7 @@ AC_SUBST(THREADINCS)
|
||||||
AC_SUBST(THREADDEPS)
|
AC_SUBST(THREADDEPS)
|
||||||
AC_SUBST(THREADOBJS)
|
AC_SUBST(THREADOBJS)
|
||||||
AC_SUBST(THREADSPEC)
|
AC_SUBST(THREADSPEC)
|
||||||
|
AC_SUBST(THREADLDFLAGS)
|
||||||
|
|
||||||
AC_LINK_FILES(sysdep/$sysdeps_dir, sysdep)
|
AC_LINK_FILES(sysdep/$sysdeps_dir, sysdep)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
|
# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
|
@ -80,6 +80,7 @@ GCDEPS = @GCDEPS@
|
||||||
GCINCS = @GCINCS@
|
GCINCS = @GCINCS@
|
||||||
GCJ = @GCJ@
|
GCJ = @GCJ@
|
||||||
GCJFLAGS = @GCJFLAGS@
|
GCJFLAGS = @GCJFLAGS@
|
||||||
|
GCJVERSION = @GCJVERSION@
|
||||||
GCLIBS = @GCLIBS@
|
GCLIBS = @GCLIBS@
|
||||||
GCOBJS = @GCOBJS@
|
GCOBJS = @GCOBJS@
|
||||||
GCSPEC = @GCSPEC@
|
GCSPEC = @GCSPEC@
|
||||||
|
|
@ -109,13 +110,14 @@ RANLIB = @RANLIB@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
SYSDEP_SOURCES = @SYSDEP_SOURCES@
|
SYSDEP_SOURCES = @SYSDEP_SOURCES@
|
||||||
SYSTEMSPEC = @SYSTEMSPEC@
|
SYSTEMSPEC = @SYSTEMSPEC@
|
||||||
|
SYS_ZLIBS = @SYS_ZLIBS@
|
||||||
THREADDEPS = @THREADDEPS@
|
THREADDEPS = @THREADDEPS@
|
||||||
THREADINCS = @THREADINCS@
|
THREADINCS = @THREADINCS@
|
||||||
|
THREADLDFLAGS = @THREADLDFLAGS@
|
||||||
THREADLIBS = @THREADLIBS@
|
THREADLIBS = @THREADLIBS@
|
||||||
THREADOBJS = @THREADOBJS@
|
THREADOBJS = @THREADOBJS@
|
||||||
THREADSPEC = @THREADSPEC@
|
THREADSPEC = @THREADSPEC@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
ZDEPS = @ZDEPS@
|
|
||||||
ZINCS = @ZINCS@
|
ZINCS = @ZINCS@
|
||||||
ZLIBS = @ZLIBS@
|
ZLIBS = @ZLIBS@
|
||||||
ZLIBSPEC = @ZLIBSPEC@
|
ZLIBSPEC = @ZLIBSPEC@
|
||||||
|
|
@ -142,7 +144,7 @@ DIST_COMMON = ./stamp-h2.in Makefile.am Makefile.in libgcj-config.h.in
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
|
||||||
TAR = gtar
|
TAR = tar
|
||||||
GZIP_ENV = --best
|
GZIP_ENV = --best
|
||||||
all: all-redirect
|
all: all-redirect
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
@ -254,7 +256,7 @@ distdir: $(DISTFILES)
|
||||||
@for file in $(DISTFILES); do \
|
@for file in $(DISTFILES); do \
|
||||||
d=$(srcdir); \
|
d=$(srcdir); \
|
||||||
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
||||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
cp -pr $$/$$file $(distdir)/$$file; \
|
||||||
else \
|
else \
|
||||||
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
|
# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
|
@ -80,6 +80,7 @@ GCDEPS = @GCDEPS@
|
||||||
GCINCS = @GCINCS@
|
GCINCS = @GCINCS@
|
||||||
GCJ = @GCJ@
|
GCJ = @GCJ@
|
||||||
GCJFLAGS = @GCJFLAGS@
|
GCJFLAGS = @GCJFLAGS@
|
||||||
|
GCJVERSION = @GCJVERSION@
|
||||||
GCLIBS = @GCLIBS@
|
GCLIBS = @GCLIBS@
|
||||||
GCOBJS = @GCOBJS@
|
GCOBJS = @GCOBJS@
|
||||||
GCSPEC = @GCSPEC@
|
GCSPEC = @GCSPEC@
|
||||||
|
|
@ -109,13 +110,14 @@ RANLIB = @RANLIB@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
SYSDEP_SOURCES = @SYSDEP_SOURCES@
|
SYSDEP_SOURCES = @SYSDEP_SOURCES@
|
||||||
SYSTEMSPEC = @SYSTEMSPEC@
|
SYSTEMSPEC = @SYSTEMSPEC@
|
||||||
|
SYS_ZLIBS = @SYS_ZLIBS@
|
||||||
THREADDEPS = @THREADDEPS@
|
THREADDEPS = @THREADDEPS@
|
||||||
THREADINCS = @THREADINCS@
|
THREADINCS = @THREADINCS@
|
||||||
|
THREADLDFLAGS = @THREADLDFLAGS@
|
||||||
THREADLIBS = @THREADLIBS@
|
THREADLIBS = @THREADLIBS@
|
||||||
THREADOBJS = @THREADOBJS@
|
THREADOBJS = @THREADOBJS@
|
||||||
THREADSPEC = @THREADSPEC@
|
THREADSPEC = @THREADSPEC@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
ZDEPS = @ZDEPS@
|
|
||||||
ZINCS = @ZINCS@
|
ZINCS = @ZINCS@
|
||||||
ZLIBS = @ZLIBS@
|
ZLIBS = @ZLIBS@
|
||||||
ZLIBSPEC = @ZLIBSPEC@
|
ZLIBSPEC = @ZLIBSPEC@
|
||||||
|
|
@ -138,7 +140,7 @@ DIST_COMMON = ./stamp-h1.in Makefile.am Makefile.in config.h.in
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
|
||||||
TAR = gtar
|
TAR = tar
|
||||||
GZIP_ENV = --best
|
GZIP_ENV = --best
|
||||||
all: all-redirect
|
all: all-redirect
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
@ -235,7 +237,7 @@ distdir: $(DISTFILES)
|
||||||
@for file in $(DISTFILES); do \
|
@for file in $(DISTFILES); do \
|
||||||
d=$(srcdir); \
|
d=$(srcdir); \
|
||||||
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
||||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
cp -pr $$/$$file $(distdir)/$$file; \
|
||||||
else \
|
else \
|
||||||
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
|
# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
||||||
|
|
||||||
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
# with or without modifications, as long as this notice is preserved.
|
# with or without modifications, as long as this notice is preserved.
|
||||||
|
|
@ -80,6 +80,7 @@ GCDEPS = @GCDEPS@
|
||||||
GCINCS = @GCINCS@
|
GCINCS = @GCINCS@
|
||||||
GCJ = @GCJ@
|
GCJ = @GCJ@
|
||||||
GCJFLAGS = @GCJFLAGS@
|
GCJFLAGS = @GCJFLAGS@
|
||||||
|
GCJVERSION = @GCJVERSION@
|
||||||
GCLIBS = @GCLIBS@
|
GCLIBS = @GCLIBS@
|
||||||
GCOBJS = @GCOBJS@
|
GCOBJS = @GCOBJS@
|
||||||
GCSPEC = @GCSPEC@
|
GCSPEC = @GCSPEC@
|
||||||
|
|
@ -109,13 +110,14 @@ RANLIB = @RANLIB@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
SYSDEP_SOURCES = @SYSDEP_SOURCES@
|
SYSDEP_SOURCES = @SYSDEP_SOURCES@
|
||||||
SYSTEMSPEC = @SYSTEMSPEC@
|
SYSTEMSPEC = @SYSTEMSPEC@
|
||||||
|
SYS_ZLIBS = @SYS_ZLIBS@
|
||||||
THREADDEPS = @THREADDEPS@
|
THREADDEPS = @THREADDEPS@
|
||||||
THREADINCS = @THREADINCS@
|
THREADINCS = @THREADINCS@
|
||||||
|
THREADLDFLAGS = @THREADLDFLAGS@
|
||||||
THREADLIBS = @THREADLIBS@
|
THREADLIBS = @THREADLIBS@
|
||||||
THREADOBJS = @THREADOBJS@
|
THREADOBJS = @THREADOBJS@
|
||||||
THREADSPEC = @THREADSPEC@
|
THREADSPEC = @THREADSPEC@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
ZDEPS = @ZDEPS@
|
|
||||||
ZINCS = @ZINCS@
|
ZINCS = @ZINCS@
|
||||||
ZLIBS = @ZLIBS@
|
ZLIBS = @ZLIBS@
|
||||||
ZLIBSPEC = @ZLIBSPEC@
|
ZLIBSPEC = @ZLIBSPEC@
|
||||||
|
|
@ -147,7 +149,7 @@ DIST_COMMON = ChangeLog Makefile.am Makefile.in
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
|
||||||
TAR = gtar
|
TAR = tar
|
||||||
GZIP_ENV = --best
|
GZIP_ENV = --best
|
||||||
all: all-redirect
|
all: all-redirect
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
@ -175,7 +177,7 @@ distdir: $(DISTFILES)
|
||||||
@for file in $(DISTFILES); do \
|
@for file in $(DISTFILES); do \
|
||||||
d=$(srcdir); \
|
d=$(srcdir); \
|
||||||
if test -d $$d/$$file; then \
|
if test -d $$d/$$file; then \
|
||||||
cp -pr $$d/$$file $(distdir)/$$file; \
|
cp -pr $$/$$file $(distdir)/$$file; \
|
||||||
else \
|
else \
|
||||||
test -f $(distdir)/$$file \
|
test -f $(distdir)/$$file \
|
||||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue