diff options
Diffstat (limited to 'mk/project.mk.in')
-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 |