Lines Matching refs:cflags
278 my @cflags = ();279 push(@cflags, @{$config{'cflags'}});280 push(@cflags, @{$config{'CFLAGS'}});281 push(@cflags, $target{'cflags'});282 push(@cflags, $target{'CFLAGS'});286 @cflags = grep $_ ne '-Wa,--noexecstack', @cflags;303 cflags => \@cflags,327 cflags => \@cflags,353 cflags => \@cflags,