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
c677cd7f
Commit
c677cd7f
authored
Mar 23, 2002
by
Tom Tromey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reverted erroneous checkin
From-SVN: r51235
parent
f5c5a4e9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
34 additions
and
60 deletions
+34
-60
libjava/Makefile.in
+18
-34
libjava/configure
+0
-0
libjava/configure.host
+1
-8
libjava/gcj/Makefile.in
+5
-6
libjava/include/Makefile.in
+5
-6
libjava/testsuite/Makefile.in
+5
-6
No files found.
libjava/Makefile.in
View file @
c677cd7f
...
...
@@ -79,7 +79,6 @@ GCDEPS = @GCDEPS@
GCINCS
=
@GCINCS@
GCJ
=
@GCJ@
GCJFLAGS
=
@GCJFLAGS@
GCJVERSION
=
@GCJVERSION@
GCLIBS
=
@GCLIBS@
GCOBJS
=
@GCOBJS@
GCSPEC
=
@GCSPEC@
...
...
@@ -126,19 +125,13 @@ 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
...
...
@@ -146,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
...
...
@@ -179,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)
...
...
@@ -257,8 +242,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
...
...
@@ -1740,7 +1724,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
\
...
...
@@ -3041,7 +3025,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 @
c677cd7f
This diff is collapsed.
Click to expand it.
libjava/configure.host
View file @
c677cd7f
...
...
@@ -76,14 +76,7 @@ case "${host}" in
libgcj_interpreter=yes
libgcj_cxxflags="-D__NO_MATH_INLINES"
libgcj_cflags="-D__NO_MATH_INLINES"
case "${host}" in
i?86-*-solaris2*)
# Keep default.
;;
*)
DIVIDESPEC=-fno-use-divide-subroutine
;;
esac
DIVIDESPEC=-fno-use-divide-subroutine
enable_hash_synchronization_default=yes
slow_pthread_self=yes
;;
...
...
libjava/gcj/Makefile.in
View file @
c677cd7f
# 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.
...
...
@@ -80,7 +80,6 @@ GCDEPS = @GCDEPS@
GCINCS
=
@GCINCS@
GCJ
=
@GCJ@
GCJFLAGS
=
@GCJFLAGS@
GCJVERSION
=
@GCJVERSION@
GCLIBS
=
@GCLIBS@
GCOBJS
=
@GCOBJS@
GCSPEC
=
@GCSPEC@
...
...
@@ -110,13 +109,13 @@ RANLIB = @RANLIB@
STRIP
=
@STRIP@
SYSDEP_SOURCES
=
@SYSDEP_SOURCES@
SYSTEMSPEC
=
@SYSTEMSPEC@
SYS_ZLIBS
=
@SYS_ZLIBS@
THREADDEPS
=
@THREADDEPS@
THREADINCS
=
@THREADINCS@
THREADLIBS
=
@THREADLIBS@
THREADOBJS
=
@THREADOBJS@
THREADSPEC
=
@THREADSPEC@
VERSION
=
@VERSION@
ZDEPS
=
@ZDEPS@
ZINCS
=
@ZINCS@
ZLIBS
=
@ZLIBS@
ZLIBSPEC
=
@ZLIBSPEC@
...
...
@@ -143,7 +142,7 @@ 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
:
...
...
@@ -255,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
\
...
...
libjava/include/Makefile.in
View file @
c677cd7f
# 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.
...
...
@@ -80,7 +80,6 @@ GCDEPS = @GCDEPS@
GCINCS
=
@GCINCS@
GCJ
=
@GCJ@
GCJFLAGS
=
@GCJFLAGS@
GCJVERSION
=
@GCJVERSION@
GCLIBS
=
@GCLIBS@
GCOBJS
=
@GCOBJS@
GCSPEC
=
@GCSPEC@
...
...
@@ -110,13 +109,13 @@ RANLIB = @RANLIB@
STRIP
=
@STRIP@
SYSDEP_SOURCES
=
@SYSDEP_SOURCES@
SYSTEMSPEC
=
@SYSTEMSPEC@
SYS_ZLIBS
=
@SYS_ZLIBS@
THREADDEPS
=
@THREADDEPS@
THREADINCS
=
@THREADINCS@
THREADLIBS
=
@THREADLIBS@
THREADOBJS
=
@THREADOBJS@
THREADSPEC
=
@THREADSPEC@
VERSION
=
@VERSION@
ZDEPS
=
@ZDEPS@
ZINCS
=
@ZINCS@
ZLIBS
=
@ZLIBS@
ZLIBSPEC
=
@ZLIBSPEC@
...
...
@@ -139,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
:
...
...
@@ -236,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 @
c677cd7f
# 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.
...
...
@@ -80,7 +80,6 @@ GCDEPS = @GCDEPS@
GCINCS
=
@GCINCS@
GCJ
=
@GCJ@
GCJFLAGS
=
@GCJFLAGS@
GCJVERSION
=
@GCJVERSION@
GCLIBS
=
@GCLIBS@
GCOBJS
=
@GCOBJS@
GCSPEC
=
@GCSPEC@
...
...
@@ -110,13 +109,13 @@ RANLIB = @RANLIB@
STRIP
=
@STRIP@
SYSDEP_SOURCES
=
@SYSDEP_SOURCES@
SYSTEMSPEC
=
@SYSTEMSPEC@
SYS_ZLIBS
=
@SYS_ZLIBS@
THREADDEPS
=
@THREADDEPS@
THREADINCS
=
@THREADINCS@
THREADLIBS
=
@THREADLIBS@
THREADOBJS
=
@THREADOBJS@
THREADSPEC
=
@THREADSPEC@
VERSION
=
@VERSION@
ZDEPS
=
@ZDEPS@
ZINCS
=
@ZINCS@
ZLIBS
=
@ZLIBS@
ZLIBSPEC
=
@ZLIBSPEC@
...
...
@@ -148,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
:
...
...
@@ -176,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