Searched refs:build_gcc (Results 1 – 2 of 2) sorted by relevance
/scripts/ |
A D | dso-ordering-test.py | 235 build_gcc = "gcc" variable 907 run_cmd([build_gcc, "-c", "-fPIC", testpfx_src + src_name, 927 cmd = [build_gcc, "-Wl,--no-as-needed", 935 cmd = [build_gcc, "-shared", "-o", testpfx + dso_name, 955 cmd = [build_gcc, "-Wl,--no-as-needed", "-o", testpfx + test_name,
|
A D | build-many-glibcs.py | 1361 self.build_gcc(cmdlist, True) 1372 self.build_gcc(cmdlist, False) 1443 def build_gcc(self, cmdlist, bootstrap): member in Config
|
Completed in 10 milliseconds