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
55f2d967
Commit
55f2d967
authored
Apr 16, 2009
by
Anthony Green
Committed by
Nick Clifton
Apr 16, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac: Add moxie support.
* configure.ac: Add moxie support. * configure: Rebuilt. From-SVN: r146204
parent
ee85b983
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
ChangeLog
+5
-0
configure
+4
-0
configure.ac
+4
-0
No files found.
ChangeLog
View file @
55f2d967
2009-04-15 Anthony Green <green@moxielogic.com>
* configure.ac: Add moxie support.
* configure: Rebuilt.
2009-04-14 Jakub Jelinek <jakub@redhat.com>
* configure.ac: Change copyright header to refer to version
...
...
configure
View file @
55f2d967
...
...
@@ -2409,6 +2409,10 @@ case "${target}" in
frv-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
${
libgcj
}
"
;;
moxie-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
${
libgcj
}
"
noconfigdirs
=
"
$noconfigdirs
gprof"
;;
h8300
*
-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
target-libgloss
${
libgcj
}
"
;;
...
...
configure.ac
View file @
55f2d967
...
...
@@ -644,6 +644,10 @@ case "${target}" in
frv-*-*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;
moxie-*-*)
noconfigdirs="$noconfigdirs ${libgcj}"
noconfigdirs="$noconfigdirs gprof"
;;
h8300*-*-*)
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
;;
...
...
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