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
13094d12
Commit
13094d12
authored
May 23, 2001
by
Anthony Green
Committed by
Anthony Green
May 23, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cross builds.
From-SVN: r42497
parent
1ec07597
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
libjava/ChangeLog
+5
-0
libjava/configure
+0
-0
libjava/configure.in
+1
-3
No files found.
libjava/ChangeLog
View file @
13094d12
2001-05-22 Anthony Green <green@redhat.com>
* configure.in: Tweak canadian cross test, and don't redefine GCJ
for cross builds.
2001-05-21 Per Bothner <per@bothner.com>
Implement invocation interface; don't create new thread for main.
...
...
libjava/configure
View file @
13094d12
This diff is collapsed.
Click to expand it.
libjava/configure.in
View file @
13094d12
...
...
@@ -374,12 +374,10 @@ if test -n "${with_cross_host}"; then
# If Canadian cross, then don't pick up tools from the build
# directory.
if test
"$build" != "$with_cross_hos
t"; then
if test
x"$build" != x"$with_cross_host" && x"$build" != x"$targe
t"; then
CANADIAN=yes
GCC_UNWIND_INCLUDE=
GCJ="${target_alias}-gcj"
else
GCJ=
fi
NATIVE=no
else
...
...
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