mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-29 12:50:35 +00:00
8 lines
225 B
Plaintext
8 lines
225 B
Plaintext
|
proc libgomp-dg-test { prog do_what extra_tool_flags } {
|
||
|
return [gcc-dg-test-1 libgomp_target_compile $prog $do_what $extra_tool_flags]
|
||
|
}
|
||
|
|
||
|
proc libgomp-dg-prune { system text } {
|
||
|
return [gcc-dg-prune $system $text]
|
||
|
}
|