summaryrefslogtreecommitdiffstats
path: root/config/autoconf-2-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-10-31 22:34:45 +1100
committerChris Johns <chrisj@rtems.org>2012-10-31 22:34:45 +1100
commita77f784f782141405e7874d12f05bb9ed17430bf (patch)
tree37e7c5eb751fb13d862a29317f309786bae06d09 /config/autoconf-2-1.cfg
parentAdd a local id for Windows. (diff)
downloadrtems-source-builder-a77f784f782141405e7874d12f05bb9ed17430bf.tar.bz2
Fix the TB_ environment variables.
Diffstat (limited to '')
-rw-r--r--config/autoconf-2-1.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/autoconf-2-1.cfg b/config/autoconf-2-1.cfg
index 8cf36d1..8843891 100644
--- a/config/autoconf-2-1.cfg
+++ b/config/autoconf-2-1.cfg
@@ -35,12 +35,12 @@ cd ..
%if "%{_build}" != "%{_host}"
CFLAGS_FOR_BUILD="-g -O2 -Wall" \
%endif
- CFLAGS="$TB_OPT_FLAGS" \
+ CFLAGS="$SB_OPT_FLAGS" \
./configure \
--build=%{_build} --host=%{_host} \
--verbose --disable-nls \
--without-included-gettext \
- --prefix=$TB_TMPPREFIX
+ --prefix=$SB_TMPPREFIX
%{__make} %{?_smp_mflags} all
@@ -48,7 +48,7 @@ cd ..
%install
export PATH="%{_bindir}:${PATH}"
- rm -rf $TB_BUILD_ROOT
+ rm -rf $SB_BUILD_ROOT
cd autoconf-%{autoconf_version}
%{__make} install