summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-07-12 15:03:43 +0100
committerBen Laurie <ben@links.org>2013-07-12 15:03:43 +0100
commitc051cbc83ff13e1dee9951b10255f0b9679ba502 (patch)
treecf89b4cd5809b530b82183c28fcc6c2de6fab7f9 /util
parent8bf0eee8d993a7c32417332226b5d8f5082b1618 (diff)
Clarify FIXME.
Diffstat (limited to 'util')
-rw-r--r--util/pl/unix.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/util/pl/unix.pl b/util/pl/unix.pl
index 0a08d3d3d9..d91f7b7c0b 100644
--- a/util/pl/unix.pl
+++ b/util/pl/unix.pl
@@ -84,8 +84,9 @@ sub platform_perlasm_compile_target
for $p (keys %perl1)
{
-# FIXME: export CC so rsaz-avx2 can test for it. But this also
-# requires fixing the .s.o rule to use CC!
+# FIXME: export CC so rsaz-avx2 can test for it, since BSD make does
+# not export variables, unlike GNU make. But this also requires fixing
+# the .s.o rule to use CC!
if ($target eq "\$(OBJ_D)/$p.o")
{
return << "EOF";