OSDN Git Service

config.
authorvisor <visor@users.sourceforge.jp>
Tue, 7 Oct 2014 14:03:29 +0000 (23:03 +0900)
committervisor <visor@users.sourceforge.jp>
Tue, 7 Oct 2014 14:03:29 +0000 (23:03 +0900)
bin/MKTABLE.pl

index 3097b16..0edccba 100755 (executable)
@@ -21,6 +21,8 @@ while ($_ = shift) {
            $TargetTmp = ".tmp-$Target";
        } elsif (/^-[DI]/) {
            push (@CPPFLAGS, $_);
+       } elsif (/^-std=/) {
+           push (@CPPFLAGS, $_);
        }
     } else {
        if (-f $_) {