summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorsimonmar <unknown>2001-01-16 11:14:29 +0000
committersimonmar <unknown>2001-01-16 11:14:29 +0000
commit9cad56b2f576fec272c3613612ee2749cc0d0ec0 (patch)
treec04deb6d1a119687cf967674886cf5ae16bb9549 /config.sub
parent47aa57b8dbd23adbbd6a7e77a1ba0eaf59e48d5f (diff)
downloadhaskell-9cad56b2f576fec272c3613612ee2749cc0d0ec0.tar.gz
[project @ 2001-01-16 11:14:29 by simonmar]
platform definitions for PPC/MacOSX
Diffstat (limited to 'config.sub')
-rw-r--r--config.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index 00bea6e6aa..4dc829aef1 100644
--- a/config.sub
+++ b/config.sub
@@ -775,6 +775,9 @@ case $os in
-xenix)
os=-xenix
;;
+ -macosx*)
+ os=-macosx
+ ;;
-none)
;;
*)