mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Need to have a default patch opts
This commit is contained in:
parent
b78c1288b2
commit
03ae6cad2a
@ -139,6 +139,7 @@ defaults = {
|
||||
'__objcopy': ('exe', 'optional', '/usr/bin/objcopy'),
|
||||
'__objdump': ('exe', 'optional', '/usr/bin/objdump'),
|
||||
'__patch_bin': ('exe', 'required', '/usr/bin/patch'),
|
||||
'__patch_opts': ('none', 'none', '%{nil}'),
|
||||
'__patch': ('exe', 'none', '%{__patch_bin} %{__patch_opts}'),
|
||||
'__perl': ('exe', 'optional', 'perl'),
|
||||
'__ranlib': ('exe', 'required', 'ranlib'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user