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
77d2dd29
Commit
77d2dd29
authored
Jun 04, 2002
by
H.J. Lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use ## for comment.
From-SVN: r54271
parent
cea554e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
libjava/Makefile.am
+3
-3
libjava/Makefile.in
+0
-3
No files found.
libjava/Makefile.am
View file @
77d2dd29
...
...
@@ -223,9 +223,9 @@ $(javao_files) $(x_javao_files): %.lo: %.java
## Pass the list of object files to libtool in a temporary file to
## avoid tripping platform command line length limits. We also use
# libgcj_convenience.la to avoid creating a long linker command line
# which causes problems on some OSes and makes it almost impossible to
# debug the linker under a debugger.
#
#
libgcj_convenience.la to avoid creating a long linker command line
#
#
which causes problems on some OSes and makes it almost impossible to
#
#
debug the linker under a debugger.
libgcj_convenience.la
:
$(libgcj_la_OBJECTS) $(libgcj_la_DEPENDENCIES)
@
:
$(
shell
echo
Creating list of files to link...
)
$(
shell
rm
-f
libgcj.objectlist
||
:
)
$(
shell
touch libgcj.objectlist
)
$
(
foreach object,
$(libgcj_la_OBJECTS)
$(libgcj_la_LIBADD)
,
$(
shell
echo
$(object)
>>
libgcj.objectlist
)
)
$(libgcj_la_LINK)
-objectlist
libgcj.objectlist
...
...
libjava/Makefile.in
View file @
77d2dd29
...
...
@@ -3272,9 +3272,6 @@ $(c_files): java/lang/fdlibm.h java/lang/ieeefp.h java/lang/mprec.h
$(javao_files) $(x_javao_files)
:
%.lo: %.java
$(GCJCOMPILE)
-o
$@
$<
# libgcj_convenience.la to avoid creating a long linker command line
# which causes problems on some OSes and makes it almost impossible to
# debug the linker under a debugger.
libgcj_convenience.la
:
$(libgcj_la_OBJECTS) $(libgcj_la_DEPENDENCIES)
@
:
$(
shell
echo
Creating list of files to link...
)
$(
shell
rm
-f
libgcj.objectlist
||
:
)
$(
shell
touch libgcj.objectlist
)
$
(
foreach object,
$(libgcj_la_OBJECTS)
$(libgcj_la_LIBADD)
,
$(
shell
echo
$(object)
>>
libgcj.objectlist
)
)
$(libgcj_la_LINK)
-objectlist
libgcj.objectlist
...
...
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