aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/compile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/compile.cxx')
-rw-r--r--build2/cxx/compile.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/cxx/compile.cxx b/build2/cxx/compile.cxx
index bfeaeb9..b11a919 100644
--- a/build2/cxx/compile.cxx
+++ b/build2/cxx/compile.cxx
@@ -194,7 +194,7 @@ namespace build2
if (t.is_a<objso> ())
{
- // On Darwin -fPIC is the default.
+ // On Darwin, Win32 -fPIC is the default.
//
if (tclass == "linux" || tclass == "freebsd")
cs.append ("-fPIC");
@@ -610,7 +610,7 @@ namespace build2
if (t.is_a<objso> ())
{
- // On Darwin -fPIC is the default.
+ // On Darwin, Win32 -fPIC is the default.
//
if (tclass == "linux" || tclass == "freebsd")
args.push_back ("-fPIC");
@@ -1217,7 +1217,7 @@ namespace build2
{
if (t.is_a<objso> ())
{
- // On Darwin -fPIC is the default.
+ // On Darwin, Win32 -fPIC is the default.
//
if (tclass == "linux" || tclass == "freebsd")
args.push_back ("-fPIC");