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
ef4e7569
Commit
ef4e7569
authored
Feb 25, 2003
by
Uwe Stieber
Committed by
Nick Clifton
Feb 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for kaOS as cross build target system.
From-SVN: r63400
parent
64458158
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
ChangeLog
+5
-0
configure
+0
-0
configure.in
+7
-0
No files found.
ChangeLog
View file @
ef4e7569
2003-02-25 Uwe Stieber <uwe@wwws.de>
* configure.in: Add support for kaOS as cross build target system.
* configure: Regenerated.
2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
* MAINTAINERS (Write after approval): Add myself.
...
...
configure
View file @
ef4e7569
This diff is collapsed.
Click to expand it.
configure.in
View file @
ef4e7569
...
...
@@ -355,6 +355,13 @@ case "${target}" in
*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
;;
*-*-kaos*)
# Remove unsupported stuff on all kaOS configurations.
skipdirs="target-libiberty ${libgcj} ${libstdcxx_version} target-libf2c target-librx"
skipdirs="$skipdirs target-libobjc target-examples target-groff target-gperf"
skipdirs="$skipdirs zlib fastjar target-libjava target-boehm-gc target-zlib"
noconfigdirs="$noconfigdirs target-libgloss"
;;
*-*-netbsd*)
# Skip some stuff on all NetBSD configurations.
noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss"
...
...
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