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
3a685f6f
Commit
3a685f6f
authored
Feb 23, 2000
by
Nick Clifton
Committed by
Nick Clifton
Feb 23, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for sh-pe and arm-wince-pe targets.
From-SVN: r32109
parent
7bf94db3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
0 deletions
+36
-0
ChangeLog
+4
-0
config/ChangeLog
+4
-0
config/mt-wince
+10
-0
configure.in
+18
-0
No files found.
ChangeLog
View file @
3a685f6f
2000-02-22 Nick Clifton <nickc@cygnus.com>
* configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
2000-02-16 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* config.guess: Synchronize with master repository.
...
...
config/ChangeLog
View file @
3a685f6f
2000-02-22 Nick Clifton <nickc@cygnus.com>
* config/mt-wince: new file: Makefile fragment for WinCE targets.
2000-01-06 Geoff Keating <geoffk@cygnus.com>
* mh-aix43: Delete, move to mt-aix43.
...
...
config/mt-wince
0 → 100644
View file @
3a685f6f
# For Windows CE, we need to build the program that converts, copies,
# and renames the platform SDK files into gcc directories.
EXTRA_TARGET_HOST_ALL_MODULES:=$(EXTRA_TARGET_HOST_ALL_MODULES) all-utils
EXTRA_TARGET_HOST_INSTALL_MODULES:=$(EXTRA_TARGET_HOST_INSTALL_MODULES) install-utils
all-utils : all-libiberty
install-utils : all-libiberty
configure.in
View file @
3a685f6f
...
...
@@ -343,6 +343,9 @@ case "${target}" in
*
-
*
-aix4
.[3456789]
*
|
*
-
*
-aix
[
56789].
*
)
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-aix43"
;;
mips
*
-
*
-pe
|
sh
*
-
*
-pe
|
*
arm-wince-pe
)
target_makefile_frag
=
"
${
target_makefile_frag
}
config/mt-wince"
;;
esac
# If --enable-target-optspace always use -Os instead of -O2 to build
...
...
@@ -588,6 +591,21 @@ case "${target}" in
arc-
*
-
*
)
noconfigdirs
=
"
$noconfigdirs
target-libgloss"
;;
sh
*
-
*
-pe
|
mips
*
-
*
-pe
|
*
arm-wince-pe
)
noconfigdirs
=
"
$noconfigdirs
target-libjava target-libffi target-zlib"
noconfigdirs
=
"
$noconfigdirs
target-boehm-gc target-qthreads target-examples"
noconfigdirs
=
"
$noconfigdirs
target-librx target-libiberty texinfo send-pr"
noconfigdirs
=
"
$noconfigdirs
tcl tix tk itcl libgui sim"
noconfigdirs
=
"
$noconfigdirs
expect dejagnu"
# the C++ libraries don't build on top of CE's C libraries
noconfigdirs
=
"
$noconfigdirs
target-libg++ target-libstdc++ target-libio"
skipdirs
=
"
$skipdirs
target-newlib"
case
"
${
host
}
"
in
*
-
*
-cygwin
*
)
;;
# keep gdb and readline
*
)
noconfigdirs
=
"
$noconfigdirs
gdb readline target-libio target-libstdc++ target-libg++"
;;
esac
;;
arm-
*
-pe
*
)
noconfigdirs
=
"
$noconfigdirs
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