projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
056350c
)
Add support for an OS of "wince"
author
Nick Clifton
<nickc@redhat.com>
Thu, 24 Feb 2000 21:20:57 +0000
(21:20 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 24 Feb 2000 21:20:57 +0000
(21:20 +0000)
ChangeLog
patch
|
blob
|
history
config.sub
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 7d9280b70cc58f3671f829117910ddca770ea168..e3068321de0d95eae8276faef958aa27769c0e8f 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2000-02-24 Nick Clifton <nickc@cygnus.com>
+
+ * config.sub: Support an OS of "wince".
+
Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
* config.guess, config.sub: Updated to match config's 2000-02-15
diff --git
a/config.sub
b/config.sub
index 4a1e2a85a31b89e6bf134e761630d0e75262c737..5d7562404528048b46d5795df88133e1934a7e3a 100755
(executable)
--- a/
config.sub
+++ b/
config.sub
@@
-955,6
+955,9
@@
case $os in
-opened*)
os=-openedition
;;
+ -wince*)
+ os=-wince
+ ;;
-osfrose*)
os=-osfrose
;;