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
0da3b5a7
Commit
0da3b5a7
authored
Jan 12, 2000
by
Richard Henderson
Committed by
Jason Merrill
Jan 12, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Don't build some bits for beos.
From-SVN: r31368
parent
512b62fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
ChangeLog
+4
-0
configure.in
+12
-0
No files found.
ChangeLog
View file @
0da3b5a7
2000-01-12 Richard Henderson <rth@cygnus.com>
* configure.in: Don't build some bits for beos.
2000-01-12 Joel Sherrill (joel@OARcorp.com)
* Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
...
...
configure.in
View file @
0da3b5a7
...
...
@@ -532,6 +532,9 @@ case "${host}" in
# noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db snavigator gnuserv"
noconfigdirs
=
"expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet libtool"
;;
i[3456]86-
*
-beos
*
)
noconfigdirs
=
"
$noconfigdirs
tk itcl tix libgui gdb"
;;
*
-
*
-cygwin32
)
noconfigdirs
=
"autoconf automake send-pr gprof rcs guile perl apache inet"
;;
...
...
@@ -546,6 +549,9 @@ case "${host}" in
;;
ppc
*
-
*
-pe
)
noconfigdirs
=
"patch diff make tk tcl expect dejagnu cvssrc autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db snavigator gnuserv"
powerpc-
*
-beos
*
)
noconfigdirs
=
"
$noconfigdirs
tk itcl tix libgui gdb dejagnu readline"
;;
;;
esac
...
...
@@ -693,6 +699,9 @@ case "${target}" in
# but that's okay since emacs doesn't work anyway
noconfigdirs
=
"
$noconfigdirs
emacs emacs19 target-libgloss"
;;
i[3456]86-
*
-beos
*
)
noconfigdirs
=
"
$noconfigdirs
gdb target-newlib target-libgloss"
;;
mn10200-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
"
if
[
x
${
is_cross_compiler
}
!=
xno
]
;
then
...
...
@@ -724,6 +733,9 @@ case "${target}" in
powerpcle-
*
-solaris
*
)
noconfigdirs
=
"
$noconfigdirs
gdb sim make tcl tk expect itcl tix db snavigator gnuserv"
;;
powerpc-
*
-beos
*
)
noconfigdirs
=
"
$noconfigdirs
gdb target-newlib target-libgloss"
;;
rs6000-
*
-lynxos
*
)
# The CVS server code doesn't work on the RS/6000
# Newlib makes problems for libg++ in crosses.
...
...
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