summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-01-25 16:46:29 +1100
committerChris Johns <chrisj@rtems.org>2018-01-29 14:22:44 +1100
commitb0fc0b29c9cbd96e10b2cbd04414ac2bd7901e06 (patch)
tree6917d0c72293ce7ad6a3d530e221f021ae5e0af4
parentgcc: Update the MPC part of gcc to 1.0.3 as it is available on GNU's FTP. (diff)
downloadrtems-source-builder-b0fc0b29c9cbd96e10b2cbd04414ac2bd7901e06.tar.bz2
darwin: Make the xz executable path based.
The xz tool is not provided in Xcode command line tools and needs to built or obtained somehow. This path can be any where so relax the need for an absolute path. Close #3280
-rw-r--r--source-builder/sb/darwin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/darwin.py b/source-builder/sb/darwin.py
index 102b104..d79cf47 100644
--- a/source-builder/sb/darwin.py
+++ b/source-builder/sb/darwin.py
@@ -53,7 +53,7 @@ def load():
'_prefix': ('dir', 'optional', '%{_usr}'),
'__ldconfig': ('exe', 'none', ''),
'__cvs': ('exe', 'optional', 'cvs'),
- '__xz': ('exe', 'required', '%{_usr}/bin/xz'),
+ '__xz': ('exe', 'required', 'xz'),
'with_zlib': ('none', 'none', '--with-zlib=no'),
'_forced_static': ('none', 'none', ''),
'_ld_library_path': ('none', 'none', 'DYLD_LIBRARY_PATH')