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
3fbc0b70
Commit
3fbc0b70
authored
27 years ago
by
Joel Sherrill
Committed by
Doug Evans
27 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (*-*-rtems*): Do not build libgloss for rtems.
From-SVN: r15125
parent
50bb736a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
ChangeLog
+4
-0
configure.in
+4
-2
No files found.
ChangeLog
View file @
3fbc0b70
Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
* configure.in (*-*-rtems*): Do not build libgloss for rtems.
Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
* config.sub: Handle v850-elf.
...
...
This diff is collapsed.
Click to expand it.
configure.in
View file @
3fbc0b70
...
...
@@ -399,6 +399,9 @@ case "${target}" in
*
-
*
-netware
)
noconfigdirs
=
"
$noconfigdirs
target-libg++ target-libstdc++ target-librx target-newlib target-libiberty target-libgloss"
;;
*
-
*
-rtems
*
)
noconfigdirs
=
"
$noconfigdirs
target-libgloss"
;;
*
-
*
-vxworks
*
)
noconfigdirs
=
"
$noconfigdirs
target-newlib target-libgloss"
;;
...
...
@@ -435,8 +438,7 @@ case "${target}" in
noconfigdirs
=
"
$noconfigdirs
target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
;;
hppa
*
-
*
-
*
elf
*
|
\
hppa
*
-
*
-lites
*
|
\
hppa
*
-
*
-rtems
*
)
hppa
*
-
*
-lites
*
)
# Do configure ld/binutils/gas for this case.
;;
hppa
*
-
*
-
*
)
...
...
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