Home
last modified time | relevance | path

Searched refs:gcc_root (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dmklog.pl69 $gcc_root = $0;
70 $gcc_root =~ s/[^\\\/]+$/../;
107 if (-f "$gcc_root/$clname" || -f "$clname") {
H A Dmklog122 gcc_root = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
127 if os.path.exists(gcc_root + '/' + clname) or os.path.exists(clname):
/netbsd-src/external/gpl3/gcc/dist/contrib/legacy/
H A Dmklog.pl69 $gcc_root = $0;
70 $gcc_root =~ s/[^\\\/]+$/../;
107 if (-f "$gcc_root/$clname" || -f "$clname") {
H A Dmklog122 gcc_root = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
127 if os.path.exists(gcc_root + '/' + clname) or os.path.exists(clname):
/netbsd-src/external/gpl3/gdb/dist/contrib/
H A Dmklog.py61 gcc_root = os.path.dirname(os.path.dirname(script_folder)) variable
67 if os.path.exists(os.path.join(gcc_root, folder, 'ChangeLog')):