Skip to content

Commit

Permalink
text revision for US English spelling (#2832)
Browse files Browse the repository at this point in the history
flavour -> flavor
  • Loading branch information
timohaver authored Mar 3, 2021
1 parent 9244705 commit dabd8d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h4 id="Sample_.profile">Sample .profile</h4>
export NSDISTMODE=copy
</pre>
<h4 id="Sample_.mozconfig">Sample .mozconfig</h4>
<p>By default, configure will detect SFU as a flavour of NetBSD, so we need to tell it that we want a Windows build target. We have to add -NOLOGO to the flags because some of the configure tests don't expect compiler output, but the version test does. If you are using a recent SDK then you need the -NODEFAULTLIB:atlthunk to work around the #pragma in atlbase.h but older SDKs (such as the one provided with the full version of VC7.1) do not have this problem. We need to define the host compilers because otherwise configure assumes they are the same as the cross compilers. We need to define -DGETCWD_CANT_MALLOC because nsinstall expects it.</p>
<p>By default, configure will detect SFU as a flavor of NetBSD, so we need to tell it that we want a Windows build target. We have to add -NOLOGO to the flags because some of the configure tests don't expect compiler output, but the version test does. If you are using a recent SDK then you need the -NODEFAULTLIB:atlthunk to work around the #pragma in atlbase.h but older SDKs (such as the one provided with the full version of VC7.1) do not have this problem. We need to define the host compilers because otherwise configure assumes they are the same as the cross compilers. We need to define -DGETCWD_CANT_MALLOC because nsinstall expects it.</p>
<pre>export CROSS_COMPILE=1
export CC=cl
export CXX=cl
Expand Down

0 comments on commit dabd8d2

Please sign in to comment.