mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Patch on FreeBSD needs to have -E to remove empty files. This is the Linux default.
This commit is contained in:
parent
02711d6a6e
commit
b78c1288b2
@ -138,7 +138,8 @@ defaults = {
|
||||
'__nm': ('exe', 'required', '/usr/bin/nm'),
|
||||
'__objcopy': ('exe', 'optional', '/usr/bin/objcopy'),
|
||||
'__objdump': ('exe', 'optional', '/usr/bin/objdump'),
|
||||
'__patch': ('exe', 'required', '/usr/bin/patch'),
|
||||
'__patch_bin': ('exe', 'required', '/usr/bin/patch'),
|
||||
'__patch': ('exe', 'none', '%{__patch_bin} %{__patch_opts}'),
|
||||
'__perl': ('exe', 'optional', 'perl'),
|
||||
'__ranlib': ('exe', 'required', 'ranlib'),
|
||||
'__rm': ('exe', 'required', '/bin/rm'),
|
||||
|
@ -61,7 +61,8 @@ def load():
|
||||
'__bison': ('exe', 'required', '/usr/local/bin/bison'),
|
||||
'__git': ('exe', 'required', '/usr/local/bin/git'),
|
||||
'__xz': ('exe', 'optional', '/usr/bin/xz'),
|
||||
'__make': ('exe', 'required', 'gmake')
|
||||
'__make': ('exe', 'required', 'gmake'),
|
||||
'__patch_opts': ('none', 'none', '-E')
|
||||
}
|
||||
return defines
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user