Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
e2ea015c
Commit
e2ea015c
authored
Mar 15, 2002
by
Anthony Green
Committed by
Anthony Green
Mar 15, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install libgcj-config.h in a better place.
From-SVN: r50817
parent
512e32d2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
95 additions
and
61 deletions
+95
-61
libjava/ChangeLog
+9
-0
libjava/Makefile.in
+22
-36
libjava/configure
+0
-0
libjava/configure.in
+9
-0
libjava/gcj/Makefile.am
+4
-1
libjava/gcj/Makefile.in
+34
-14
libjava/gcj/libgcj-config.h.in
+7
-2
libjava/include/Makefile.in
+5
-4
libjava/testsuite/Makefile.in
+5
-4
No files found.
libjava/ChangeLog
View file @
e2ea015c
2002
-
03
-
15
Anthony
Green
<
green
@
redhat
.
com
>
*
configure
.
in
(
tool_include_dir
):
Define
.
*
configure
:
Rebuilt
.
*
gcj
/
Makefile
.
am
:
Install
libgcj
-
config
.
h
relative
to
tool_include_dir
.
*
gcj
/
Makefile
:
Rebuilt
.
*
gcj
/
libgcj
-
config
.
h
:
Add
warning
comment
.
2002
-
03
-
12
Andreas
Tobler
<
a
.
tobler
@
schweiz
.
ch
>
*
configure
.
host
(
powerpc
*-
darwin
*):
Enable
interpreter
.
...
...
libjava/Makefile.in
View file @
e2ea015c
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Makefile.in generated automatically by automake 1.4
-p5
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -122,21 +122,16 @@ glibjava_CXX = @glibjava_CXX@
here
=
@here@
libgcj_basedir
=
@libgcj_basedir@
mkinstalldirs
=
@mkinstalldirs@
tool_include_dir
=
@tool_include_dir@
AUTOMAKE_OPTIONS
=
foreign
@TESTSUBDIR_TRUE@
SUBDIRS
=
\
@TESTSUBDIR_TRUE@
$(DIRLTDL)
testsuite gcj include
@TESTSUBDIR_FALSE@
SUBDIRS
=
\
@TESTSUBDIR_FALSE@
$(DIRLTDL)
gcj include
@USE_LIBDIR_TRUE@
toolexeclibdir
=
\
@USE_LIBDIR_TRUE@
$(libdir)$(MULTISUBDIR)
@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
=
\
@TESTSUBDIR_TRUE@
SUBDIRS
=
@TESTSUBDIR_TRUE@
$(DIRLTDL)
testsuite gcj include
@TESTSUBDIR_FALSE@
SUBDIRS
=
@TESTSUBDIR_FALSE@
$(DIRLTDL)
gcj include
@USE_LIBDIR_TRUE@
toolexeclibdir
=
@USE_LIBDIR_TRUE@
$(libdir)$(MULTISUBDIR)
@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_DATA
=
libgcj.spec
...
...
@@ -144,20 +139,14 @@ data_DATA = libgcj.jar
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
@CANADIAN_TRUE@@NULL_TARGET_TRUE@
ZIP
=
\
@CANADIAN_TRUE@@NULL_TARGET_TRUE@
$(MULTIBUILDTOP)
../
$(COMPPATH)
/fastjar/jar
$(EXEEXT)
@CANADIAN_TRUE@@NULL_TARGET_FALSE@
ZIP
=
\
@CANADIAN_TRUE@@NULL_TARGET_FALSE@jar
@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)
@CANADIAN_TRUE@@NULL_TARGET_TRUE@
ZIP
=
@CANADIAN_TRUE@@NULL_TARGET_TRUE@
$(MULTIBUILDTOP)
../
$(COMPPATH)
/fastjar/jar
$(EXEEXT)
@CANADIAN_TRUE@@NULL_TARGET_FALSE@
ZIP
=
@CANADIAN_TRUE@@NULL_TARGET_FALSE@jar
@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
...
...
@@ -177,10 +166,8 @@ AM_CXXFLAGS = -fno-rtti -fnon-call-exceptions \
@LIBGCJ_CXXFLAGS@ @X_CFLAGS@
$(WARNINGS)
-D_GNU_SOURCE
\
-DPREFIX
=
"
\"
$(prefix)
\"
"
@USING_GCC_TRUE@
AM_CFLAGS
=
\
@USING_GCC_TRUE@@LIBGCJ_CFLAGS@
$(WARNINGS)
@USING_GCC_FALSE@
AM_CFLAGS
=
\
@USING_GCC_FALSE@@LIBGCJ_CFLAGS@
@USING_GCC_TRUE@
AM_CFLAGS
=
@USING_GCC_TRUE@@LIBGCJ_CFLAGS@
$(WARNINGS)
@USING_GCC_FALSE@
AM_CFLAGS
=
@USING_GCC_FALSE@@LIBGCJ_CFLAGS@
JCFLAGS
=
-g
JC1FLAGS
=
@LIBGCJ_JAVAFLAGS@
$(GCJFLAGS)
...
...
@@ -254,8 +241,7 @@ extra_headers = java/lang/Object.h java/lang/Class.h
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
...
...
@@ -1737,7 +1723,7 @@ libgcj-test.spec.in libgcj.spec.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
tar
TAR
=
g
tar
GZIP_ENV
=
--best
DIST_SUBDIRS
=
@DIRLTDL@ testsuite gcj include @DIRLTDL@ gcj include
DEP_FILES
=
.deps/
$(srcdir)
/
$(CONVERT_DIR)
/gen-from-JIS.P
\
...
...
@@ -2939,7 +2925,7 @@ maintainer-clean-recursive:
dot_seen
=
no
;
\
rev
=
''
;
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
rev
=
"
$$
subdir
$$
rev"
;
\
test
"
$$
subdir"
=
"."
&&
dot_seen
=
yes
;
\
test
"
$$
subdir"
!=
"."
||
dot_seen
=
yes
;
\
done
;
\
test
"
$$
dot_seen"
=
"no"
&&
rev
=
".
$$
rev"
;
\
target
=
`
echo
$@
| sed s/-recursive//
`
;
\
...
...
@@ -3038,7 +3024,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
\
...
...
libjava/configure
View file @
e2ea015c
This diff is collapsed.
Click to expand it.
libjava/configure.in
View file @
e2ea015c
...
...
@@ -441,6 +441,15 @@ NATIVE=yes
# We're in the tree with gcc, and need to include some of its headers.
GCC_UNWIND_INCLUDE='-I$(libgcj_basedir)/../gcc'
# Figure out where generated headers like libgcj-config.h get installed.
changequote(,)dnl
gcc_version_trigger=${srcdir}/../gcc/version.c
gcc_version_full=`grep version_string ${gcc_version_trigger} | sed -e 's/.*\"\([^\"]*\)\".*/\1/'`
gcc_version=`echo ${gcc_version_full} | sed -e 's/\([^ ]*\) .*/\1/'`
tool_include_dir='$(libdir)/gcc-lib/$(target_alias)/'${gcc_version}/include
changequote([,])dnl
AC_SUBST(tool_include_dir)
if test -n "${with_cross_host}"; then
# We are being configured with a cross compiler. AC_REPLACE_FUNCS
# may not work correctly, because the compiler may not be able to
...
...
libjava/gcj/Makefile.am
View file @
e2ea015c
...
...
@@ -3,4 +3,7 @@
AUTOMAKE_OPTIONS
=
foreign
gcjdir
=
$(includedir)
/gcj
gcj_HEADERS
=
array.h cni.h field.h javaprims.h method.h libgcj-config.h
gcj_HEADERS
=
array.h cni.h field.h javaprims.h method.h
toolgcjdir
=
@tool_include_dir@/gcj
toolgcj_HEADERS
=
libgcj-config.h
libjava/gcj/Makefile.in
View file @
e2ea015c
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Makefile.in generated automatically by automake 1.4
-p5
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -124,21 +124,25 @@ glibjava_CXX = @glibjava_CXX@
here
=
@here@
libgcj_basedir
=
@libgcj_basedir@
mkinstalldirs
=
@mkinstalldirs@
tool_include_dir
=
@tool_include_dir@
AUTOMAKE_OPTIONS
=
foreign
gcjdir
=
$(includedir)
/gcj
gcj_HEADERS
=
array.h cni.h field.h javaprims.h method.h libgcj-config.h
gcj_HEADERS
=
array.h cni.h field.h javaprims.h method.h
toolgcjdir
=
@tool_include_dir@/gcj
toolgcj_HEADERS
=
libgcj-config.h
CONFIG_HEADER
=
../include/config.h libgcj-config.h
CONFIG_CLEAN_FILES
=
HEADERS
=
$(gcj_HEADERS)
HEADERS
=
$(gcj_HEADERS)
$(toolgcj_HEADERS)
DIST_COMMON
=
./stamp-h2.in Makefile.am Makefile.in libgcj-config.h.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
tar
TAR
=
g
tar
GZIP_ENV
=
--best
all
:
all-redirect
.SUFFIXES
:
...
...
@@ -193,6 +197,21 @@ uninstall-gcjHEADERS:
rm
-f
$(DESTDIR)$(gcjdir)
/
$$
p
;
\
done
install-toolgcjHEADERS
:
$(toolgcj_HEADERS)
@
$(NORMAL_INSTALL)
$(mkinstalldirs)
$(DESTDIR)$(toolgcjdir)
@
list
=
'
$(toolgcj_HEADERS)
'
;
for
p
in
$$
list
;
do
\
if
test
-f
"
$$
p"
;
then
d
=
;
else
d
=
"
$(srcdir)
/"
;
fi
;
\
echo
"
$(INSTALL_DATA)
$$
d
$$
p
$(DESTDIR)$(toolgcjdir)
/
$$
p"
;
\
$(INSTALL_DATA)
$$
d
$$
p
$(DESTDIR)$(toolgcjdir)
/
$$
p
;
\
done
uninstall-toolgcjHEADERS
:
@
$(NORMAL_UNINSTALL)
list
=
'
$(toolgcj_HEADERS)
'
;
for
p
in
$$
list
;
do
\
rm
-f
$(DESTDIR)$(toolgcjdir)
/
$$
p
;
\
done
tags
:
TAGS
ID
:
$(HEADERS) $(SOURCES) $(LISP)
...
...
@@ -235,7 +254,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
\
...
...
@@ -256,20 +275,20 @@ all-recursive-am: libgcj-config.h
install-exec-am
:
install-exec
:
install-exec-am
install-data-am
:
install-gcjHEADERS
install-data-am
:
install-gcjHEADERS
install-toolgcjHEADERS
install-data
:
install-data-am
install-am
:
all-am
@
$(MAKE)
$(AM_MAKEFLAGS)
install-exec-am install-data-am
install
:
install-am
uninstall-am
:
uninstall-gcjHEADERS
uninstall-am
:
uninstall-gcjHEADERS
uninstall-toolgcjHEADERS
uninstall
:
uninstall-am
all-am
:
Makefile $(HEADERS) libgcj-config.h
all-redirect
:
all-am
install-strip
:
$(MAKE)
$(AM_MAKEFLAGS)
AM_INSTALL_PROGRAM_FLAGS
=
-s
install
installdirs
:
$(mkinstalldirs)
$(DESTDIR)$(gcjdir)
$(mkinstalldirs)
$(DESTDIR)$(gcjdir)
$(DESTDIR)$(toolgcjdir)
mostlyclean-generic
:
...
...
@@ -302,11 +321,12 @@ maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
maintainer-clean
:
maintainer-clean-am
.PHONY
:
mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr
\
uninstall-gcjHEADERS install-gcjHEADERS tags mostlyclean-tags
\
distclean-tags clean-tags maintainer-clean-tags distdir info-am info
\
dvi-am dvi check check-am installcheck-am installcheck all-recursive-am
\
install-exec-am install-exec install-data-am install-data install-am
\
install uninstall-am uninstall all-redirect all-am all installdirs
\
uninstall-gcjHEADERS install-gcjHEADERS uninstall-toolgcjHEADERS
\
install-toolgcjHEADERS tags mostlyclean-tags distclean-tags clean-tags
\
maintainer-clean-tags distdir info-am info dvi-am dvi check check-am
\
installcheck-am installcheck all-recursive-am install-exec-am
\
install-exec install-data-am install-data install-am install
\
uninstall-am uninstall all-redirect all-am all installdirs
\
mostlyclean-generic distclean-generic clean-generic
\
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
...
...
libjava/gcj/libgcj-config.h.in
View file @
e2ea015c
/* The header derived from this file is installed, so this file should
only contain defines which are named safely. */
/* The header file derived from this file is installed in a target and
compiler version specific directory. Do not add definitions which
are intended to be different for different multilibs, as we do not
currently have a mechanism to support this.
Also be sure to use safely named macros, as this file will be
included in user code. */
/* Define if hash synchronization is in use. */
#undef JV_HASH_SYNCHRONIZATION
...
...
libjava/include/Makefile.in
View file @
e2ea015c
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Makefile.in generated automatically by automake 1.4
-p5
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -124,6 +124,7 @@ glibjava_CXX = @glibjava_CXX@
here
=
@here@
libgcj_basedir
=
@libgcj_basedir@
mkinstalldirs
=
@mkinstalldirs@
tool_include_dir
=
@tool_include_dir@
AUTOMAKE_OPTIONS
=
foreign
...
...
@@ -137,7 +138,7 @@ DIST_COMMON = ./stamp-h1.in Makefile.am Makefile.in config.h.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
tar
TAR
=
g
tar
GZIP_ENV
=
--best
all
:
all-redirect
.SUFFIXES
:
...
...
@@ -234,7 +235,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
\
...
...
libjava/testsuite/Makefile.in
View file @
e2ea015c
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Makefile.in generated automatically by automake 1.4
-p5
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -124,6 +124,7 @@ glibjava_CXX = @glibjava_CXX@
here
=
@here@
libgcj_basedir
=
@libgcj_basedir@
mkinstalldirs
=
@mkinstalldirs@
tool_include_dir
=
@tool_include_dir@
AUTOMAKE_OPTIONS
=
foreign dejagnu
...
...
@@ -146,7 +147,7 @@ DIST_COMMON = ChangeLog Makefile.am Makefile.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
tar
TAR
=
g
tar
GZIP_ENV
=
--best
all
:
all-redirect
.SUFFIXES
:
...
...
@@ -174,7 +175,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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment