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
f18d9a0c
Commit
f18d9a0c
authored
Mar 21, 2002
by
Anthony Green
Committed by
Anthony Green
Mar 21, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable libgcj for xscale-elf
From-SVN: r51141
parent
a5778545
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
ChangeLog
+4
-0
configure.in
+1
-1
No files found.
ChangeLog
View file @
f18d9a0c
2002-03-20 Anthony Green <green@redhat.com>
* configure.in: Enable libgcj for xscale-elf target.
Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
* MAINTAINERS: Update my email address.
* MAINTAINERS: Update my email address.
...
...
configure.in
View file @
f18d9a0c
...
@@ -725,7 +725,7 @@ case "${target}" in
...
@@ -725,7 +725,7 @@ case "${target}" in
fi
fi
;;
;;
xscale-
*
-elf
)
xscale-
*
-elf
)
noconfigdirs
=
"
$noconfigdirs
target-libgloss
${
libgcj
}
"
noconfigdirs
=
"
$noconfigdirs
target-libgloss
target-libffi target-qthreads
"
if
[
x
${
is_cross_compiler
}
!=
xno
]
;
then
if
[
x
${
is_cross_compiler
}
!=
xno
]
;
then
target_configdirs
=
"
${
target_configdirs
}
target-bsp target-cygmon"
target_configdirs
=
"
${
target_configdirs
}
target-bsp target-cygmon"
fi
fi
...
...
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