Fix for cc-with-index path
This commit is contained in:
parent
17dc6d5f6e
commit
73550f34b7
1 changed files with 2 additions and 1 deletions
|
@ -172,7 +172,8 @@ class RunTestGDBNativeExtendedGDBServer_c64t32 (BuildAndTestGDBFactory):
|
||||||
extra_make_check_flags = [ 'RUNTESTFLAGS=--target_board native-extended-gdbserver/-m32' ]
|
extra_make_check_flags = [ 'RUNTESTFLAGS=--target_board native-extended-gdbserver/-m32' ]
|
||||||
|
|
||||||
class RunTestGDBIndexBuild (BuildAndTestGDBFactory):
|
class RunTestGDBIndexBuild (BuildAndTestGDBFactory):
|
||||||
extra_make_check_flags = [ 'CC_FOR_TARGET=/bin/sh ../binutils-gdb/gdb/contrib/cc-with-tweaks.sh -i gcc', 'CXX_FOR_TARGET=/bin/sh ../binutils-gdb/gdb/contrib/cc-with-tweaks.sh -i g++']
|
extra_make_check_flags = [ WithProperties ('CC_FOR_TARGET=/bin/sh %s/binutils-gdb/gdb/contrib/cc-with-tweaks.sh -i gcc', 'builddir'),
|
||||||
|
WithProperties ('CXX_FOR_TARGET=/bin/sh %s/binutils-gdb/gdb/contrib/cc-with-tweaks.sh -i g++', 'builddir') ]
|
||||||
|
|
||||||
master_filter = ChangeFilter (branch = [ 'master' ])
|
master_filter = ChangeFilter (branch = [ 'master' ])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue