diff options
author | simonmar <unknown> | 2001-01-16 11:14:29 +0000 |
---|---|---|
committer | simonmar <unknown> | 2001-01-16 11:14:29 +0000 |
commit | 9cad56b2f576fec272c3613612ee2749cc0d0ec0 (patch) | |
tree | c04deb6d1a119687cf967674886cf5ae16bb9549 /config.sub | |
parent | 47aa57b8dbd23adbbd6a7e77a1ba0eaf59e48d5f (diff) | |
download | haskell-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.sub | 3 |
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) ;; *) |