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
db1d217c
Commit
db1d217c
authored
13 years ago
by
Walter Lee
Committed by
Nick Clifton
13 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.ac (tilepro-*-*) New case.
(tilegx-*-*): Likewise. * configure: Regenerate. From-SVN: r174990
parent
6c69a029
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
ChangeLog
+6
-0
configure
+3
-0
configure.ac
+3
-0
No files found.
ChangeLog
View file @
db1d217c
2011-06-13 Walter Lee <walt@tilera.com>
* configure.ac (tilepro-*-*) New case.
(tilegx-*-*): Likewise.
* configure: Regenerate.
2011-06-06 Jing Yu <jingyu@google.com>
* configure.ac: Skip target-libiberty for
...
...
This diff is collapsed.
Click to expand it.
configure
View file @
db1d217c
...
...
@@ -3608,6 +3608,9 @@ case "${target}" in
tic6x-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
gdb sim"
;;
tilepro-
*
-
*
|
tilegx-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
sim"
;;
v810-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
bfd binutils gas gdb ld opcodes target-libgloss"
;;
...
...
This diff is collapsed.
Click to expand it.
configure.ac
View file @
db1d217c
...
...
@@ -1054,6 +1054,9 @@ case "${target}" in
tic6x-*-*)
noconfigdirs="$noconfigdirs gdb sim"
;;
tilepro-*-* | tilegx-*-*)
noconfigdirs="$noconfigdirs sim"
;;
v810-*-*)
noconfigdirs="$noconfigdirs bfd binutils gas gdb ld opcodes target-libgloss"
;;
...
...
This diff is collapsed.
Click to expand it.
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