mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
5/llvm: Add LLVM as a package for RTEMS.
- Add '%source download <source>' to only download the source and do not unpack and prep. This can used when a package internally needs another source package. - Install the staging root only if it is present. A package may internally build another package that is not staged as it is not suitable for installing. Updates #3250 Updatew #3797
This commit is contained in:
@@ -157,6 +157,7 @@ __cc: exe, required, 'gcc'
|
||||
__chgrp: exe, required, '/usr/bin/chgrp'
|
||||
__chmod: exe, required, '/bin/chmod'
|
||||
__chown: exe, required, '/usr/sbin/chown'
|
||||
__cmake: exe, optional, '/usr/bin/cmake'
|
||||
__cp: exe, required, '/bin/cp'
|
||||
__cpp: exe, none, '%{__cc} -E'
|
||||
__cvs: exe, optional, '/usr/bin/cvs'
|
||||
@@ -205,7 +206,7 @@ ___build_cmd: none, none, '%{?_sudo:%{_sudo} }%{?_remsh:%{_remsh}
|
||||
___build_post: none, none, 'exit 0'
|
||||
|
||||
# Prebuild set up script.
|
||||
___build_pre: none, none, '''# ___build_pre in as set up in defaults.py
|
||||
___build_pre: none, none, '''# ___build_pre as set up in defaults.py
|
||||
# Save the original path away.
|
||||
export SB_ORIG_PATH=${PATH}
|
||||
# Directories
|
||||
|
Reference in New Issue
Block a user