forked from vitasdk/newlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for sh-pe and arm-wince-pe targets.
- Loading branch information
1 parent
9dfc83d
commit 237e6cf
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2000-02-22 Nick Clifton <[email protected]> | ||
|
||
* configure.in: Add mips-pe, sh-pe and arm-wince-pe targets. | ||
|
||
2000-02-20 Christopher Faylor <[email protected]> | ||
|
||
* config.guess: Guess "cygwin" rather than "cygwin32". | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2000-02-22 Nick Clifton <[email protected]> | ||
|
||
* config/mt-wince: new file: Makefile fragment for WinCE targets. | ||
|
||
2000-01-06 Geoff Keating <[email protected]> | ||
|
||
* mh-aix43: Delete, move to mt-aix43. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters