HomeSort by relevance Sort by last modified time
    Searched refs:gccLocation (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/bindings/scripts/
IDLParser.pm 70 my $gccLocation = "";
72 $gccLocation = $ENV{CC};
74 $gccLocation = "/usr/sfw/bin/gcc";
76 $gccLocation = "/usr/bin/gcc";
78 $preprocessor = $gccLocation . " -E -P -x c++";
CodeGeneratorObjC.pm 226 my $gccLocation = "";
228 $gccLocation = $ENV{CC};
230 $gccLocation = "/usr/sfw/bin/gcc";
232 $gccLocation = "/usr/bin/gcc";
234 open FILE, "-|", $gccLocation, "-E", "-P", "-x", "objective-c",
    [all...]
  /external/webkit/Source/WebCore/dom/
make_names.pl 61 my $gccLocation = "";
63 $gccLocation = $ENV{CC};
65 $gccLocation = "/usr/sfw/bin/gcc";
67 $gccLocation = "/usr/bin/gcc";
69 my $preprocessor = $gccLocation . " -E -x c++";
    [all...]

Completed in 37 milliseconds