diff options
author | igloo <unknown> | 2003-08-16 11:19:08 +0000 |
---|---|---|
committer | igloo <unknown> | 2003-08-16 11:19:08 +0000 |
commit | 4cdc197978cf22419b2f4344a19c87c474c8fc1c (patch) | |
tree | bc71c6f12f1df3c912ded33a5b27906a2553020b /configure.in | |
parent | d9d7ceaa9f77c3d44a51405b71bb9fd4a44b6588 (diff) | |
download | haskell-4cdc197978cf22419b2f4344a19c87c474c8fc1c.tar.gz |
[project @ 2003-08-16 11:19:07 by igloo]
Sparc Linux configure and mangler
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 50f9fc8cc2..0c5a11ad0f 100644 --- a/configure.in +++ b/configure.in @@ -312,6 +312,15 @@ sparc-sun-solaris2*) HostVendor_CPP='sun' HostOS_CPP='solaris2' ;; +sparc*-linux*) + HostPlatform=sparc-unknown-linux + TargetPlatform=sparc-unknown-linux + BuildPlatform=sparc-unknown-linux + HostPlatform_CPP='sparc_unknown_linux' + HostArch_CPP='sparc' + HostVendor_CPP='unknown' + HostOS_CPP='linux' + ;; *) echo "Unrecognised platform: $HostPlatform" exit 1 |