Commit a9551402 authored by Julien Muchembled's avatar Julien Muchembled

[gcc] add binutils to $PATH when using SlapOS GCC

When system GCC is too old, SlapOS GCC may produce binaries
that 'strip' does not process correctly.
parent bae550ed
Pipeline #14465 failed with stage
in 0 seconds
......@@ -72,6 +72,7 @@ update =
env = os.environ
env['PATH'] = os.pathsep.join((
os.path.join(options['prefix'], 'bin'),
os.path.join(self.buildout['binutils']['location'], 'bin'),
env['PATH']
))
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment