mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Do not filter -f options from a BSP.
This commit is contained in:
parent
30783e3cf3
commit
c98555c5f2
@ -462,7 +462,7 @@ class file:
|
|||||||
if pkg_flags and self.pkgconfig_filter_flags:
|
if pkg_flags and self.pkgconfig_filter_flags:
|
||||||
fflags = []
|
fflags = []
|
||||||
for f in pkg_flags.split():
|
for f in pkg_flags.split():
|
||||||
if not f.startswith('-f') and not f.startswith('-W'):
|
if not f.startswith('-W'):
|
||||||
fflags += [f]
|
fflags += [f]
|
||||||
pkg_flags = ' '.join(fflags)
|
pkg_flags = ' '.join(fflags)
|
||||||
log.trace('pkgconfig: %s: %s' % (flags, pkg_flags))
|
log.trace('pkgconfig: %s: %s' % (flags, pkg_flags))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user