summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-tools-common-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-07-12 08:25:15 +1000
committerChris Johns <chrisj@rtems.org>2019-07-21 21:09:34 +1000
commit8db33fbe434267d385e637a14f38d444c72254fa (patch)
tree618a7fe3a19cf0181b54e2aafdd0063b29bf02a2 /rtems/config/tools/rtems-tools-common-1.cfg
parentsb/config: Fix GDB probes when using python-config. (diff)
downloadrtems-source-builder-8db33fbe434267d385e637a14f38d444c72254fa.tar.bz2
rtems: Add kernel, libbsd and BSP building as packages.
Diffstat (limited to 'rtems/config/tools/rtems-tools-common-1.cfg')
-rw-r--r--rtems/config/tools/rtems-tools-common-1.cfg15
1 files changed, 1 insertions, 14 deletions
diff --git a/rtems/config/tools/rtems-tools-common-1.cfg b/rtems/config/tools/rtems-tools-common-1.cfg
index b15fbce..c15f514 100644
--- a/rtems/config/tools/rtems-tools-common-1.cfg
+++ b/rtems/config/tools/rtems-tools-common-1.cfg
@@ -58,19 +58,6 @@ License: BSD-2-Clause + GPL-2.0
%{__rmdir} $SB_BUILD_ROOT
- #
- # If on Windows we need to add the driver prefix to the built root as waf
- # strips the driver prefix from the prefix path when joining it to the
- # destdir path. Waf is correct in doing this and the RSB is design to match
- # the configure behaviour which treats the whole path including the drive
- # prefix as part of the path as just a path.
- #
- %ifos win32 mingw ming32
- SB_BUILD_ROOT_WAF=$SB_BUILD_ROOT$(echo %{_prefix} | cut -c 1-2)
- %else
- SB_BUILD_ROOT_WAF=$SB_BUILD_ROOT
- %endif
-
cd ${source_dir_rtems_tools}
- ./waf --destdir=$SB_BUILD_ROOT_WAF install
+ ./waf --destdir=$SB_BUILD_ROOT%{rtems_waf_build_root_suffix} install
cd ${build_top}