self
This commit is contained in:
parent
466ea08da7
commit
e04304d64a
1 changed files with 1 additions and 1 deletions
|
@ -956,7 +956,7 @@ The parameters of the class are:
|
||||||
self.extra_conf_flags.append ('--enable-targets=all')
|
self.extra_conf_flags.append ('--enable-targets=all')
|
||||||
|
|
||||||
if self.use_system_debuginfo:
|
if self.use_system_debuginfo:
|
||||||
self.extra_conf_flags.append ('--with-separate-debug-dir=%s' % system_debuginfo_location)
|
self.extra_conf_flags.append ('--with-separate-debug-dir=%s' % self.system_debuginfo_location)
|
||||||
|
|
||||||
self.addStep (self.ConfigureClass (self.extra_conf_flags + architecture_triplet,
|
self.addStep (self.ConfigureClass (self.extra_conf_flags + architecture_triplet,
|
||||||
haltOnFailure = True))
|
haltOnFailure = True))
|
||||||
|
|
Loading…
Reference in a new issue