diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-01-26 21:01:26 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-01-29 14:52:56 -0500 |
commit | a67c2471a0bf18adf2916fbaa6a7e3f676279b7f (patch) | |
tree | df90a465f6c02fc5bbc254307f11225f87dbdf34 /mk | |
parent | c6bede69443a9f40b0504cee83d9b2c5e9b8163b (diff) | |
download | haskell-a67c2471a0bf18adf2916fbaa6a7e3f676279b7f.tar.gz |
Rip out remaining SPARC support
Diffstat (limited to 'mk')
-rw-r--r-- | mk/project.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/project.mk.in b/mk/project.mk.in index bf79614c24..5975654929 100644 --- a/mk/project.mk.in +++ b/mk/project.mk.in @@ -40,7 +40,7 @@ ProjectGitCommitId = @ProjectGitCommitId@ ################################################################################ # A "platform" is the GNU cpu-type/manufacturer/operating-system target machine -# specifier. E.g. sparc-sun-solaris2 +# specifier. E.g. x86_64-apple-darwin # # Build platform: the platform on which we are doing this build # Host platform: the platform on which these binaries will run |