mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
freebsd: Version 12.0+ has unzip in /usr/bin
This commit is contained in:
@@ -120,6 +120,11 @@ def load():
|
|||||||
if fb_version >= 11:
|
if fb_version >= 11:
|
||||||
defines['__install_info'] = ('exe', 'optional', '/usr/local/bin/install-info')
|
defines['__install_info'] = ('exe', 'optional', '/usr/local/bin/install-info')
|
||||||
defines['__makeinfo'] = ('exe', 'required', '/usr/local/bin/makeinfo')
|
defines['__makeinfo'] = ('exe', 'required', '/usr/local/bin/makeinfo')
|
||||||
|
#
|
||||||
|
# On 12.0+ unzip is in /usr/bin
|
||||||
|
#
|
||||||
|
if fb_version >= 12:
|
||||||
|
defines['__unzip'] = ('exe', 'optional', '/usr/bin/unzip')
|
||||||
else:
|
else:
|
||||||
for gv in ['49', '48', '47']:
|
for gv in ['49', '48', '47']:
|
||||||
gcc = '%s-portbld-freebsd%s-gcc%s' % (cpu, version, gv)
|
gcc = '%s-portbld-freebsd%s-gcc%s' % (cpu, version, gv)
|
||||||
|
Reference in New Issue
Block a user