summaryrefslogtreecommitdiffstats
path: root/source-builder/defaults.mc
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-05-14 11:08:02 +1000
committerChris Johns <chrisj@rtems.org>2013-05-14 11:08:02 +1000
commit1a56a07605ba9720ec91c9bbf17566ffc7887bfe (patch)
tree8f55eba7e5a549c0eb39301688c98c544bca425d /source-builder/defaults.mc
parentNewlib CVS: 13-May-2013. Pick up the atexit changes. (diff)
downloadrtems-source-builder-1a56a07605ba9720ec91c9bbf17566ffc7887bfe.tar.bz2
Add bare/config and move the source-builder/config to it.
Rework the RTEMS build set files to point to the new location. Move the files into devel, this follows the ports naming in FreeBSD. Update the macros, defaults, and options to support this.
Diffstat (limited to 'source-builder/defaults.mc')
-rw-r--r--source-builder/defaults.mc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source-builder/defaults.mc b/source-builder/defaults.mc
index 274cc9f..ee9bc01 100644
--- a/source-builder/defaults.mc
+++ b/source-builder/defaults.mc
@@ -47,7 +47,7 @@ buildname: none, none, '%{name}'
# GNU triples needed to build packages
_host: triplet, required, ''
-_build: triplet, required, '%{_host}'
+_build: triplet, required, ''
_target: none, optional, ''
# The user
@@ -57,7 +57,7 @@ _uid: none, convert, '%(%{__id_u} -n)'
_host_platform: none, none, '%{_host_cpu}-%{_host_vendor}-%{_host_os}%{?_gnu}'
_arch: none, none, '%{_host_arch}'
_topdir: dir, required, '%{_cwd}'
-_configdir: dir, optional, '%{_topdir}/config:%{_sbdir}/config'
+_configdir: dir, optional, '%{_topdir}/config:%{_sbdir}/config:%{_sbtop}/bare/config'
_tardir: dir, optional, '%{_topdir}/tar'
_sourcedir: dir, optional, '%{_topdir}/sources'
_patchdir: dir, optional, '%{_topdir}/patches:%{_sbdir}/patches'