mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix the TB_ to SB_ renaming.
This commit is contained in:
@@ -46,9 +46,9 @@ cd ..
|
|||||||
%if "%{_build}" != "%{_host}"
|
%if "%{_build}" != "%{_host}"
|
||||||
CFLAGS_FOR_BUILD="-g -O2 -Wall" \
|
CFLAGS_FOR_BUILD="-g -O2 -Wall" \
|
||||||
%endif
|
%endif
|
||||||
CPPFLAGS="-I $TB_TMPPREFIX/include/libusb-1.0" \
|
CPPFLAGS="-I $SB_TMPPREFIX/include/libusb-1.0" \
|
||||||
CFLAGS="$TB_OPT_FLAGS" \
|
CFLAGS="$SB_OPT_FLAGS" \
|
||||||
LDFLAGS="-L $TB_TMPPREFIX/lib" \
|
LDFLAGS="-L $SB_TMPPREFIX/lib" \
|
||||||
./configure \
|
./configure \
|
||||||
--build=%{_build} --host=%{_host} \
|
--build=%{_build} --host=%{_host} \
|
||||||
--verbose \
|
--verbose \
|
||||||
|
Reference in New Issue
Block a user