mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-24 12:40:47 +00:00
use /dev/uart.bluetooth on iPhone
This commit is contained in:
parent
b90ae666ea
commit
a589c9e92f
12
configure.in
12
configure.in
@ -90,12 +90,12 @@ esac
|
|||||||
# iPhone/iPod touch cross-compilation for darwin
|
# iPhone/iPod touch cross-compilation for darwin
|
||||||
SDK_PATH="$DEVELOPER_PATH/SDKs/iPhoneOS$SDK_VERSION.sdk"
|
SDK_PATH="$DEVELOPER_PATH/SDKs/iPhoneOS$SDK_VERSION.sdk"
|
||||||
if test "x$target" = xiphone; then
|
if test "x$target" = xiphone; then
|
||||||
# Default DARWIN compiler version
|
# Default DARWIN compiler version
|
||||||
darwin_v='9'
|
darwin_v='9'
|
||||||
# Set up check for newest compiler:
|
# Set up check for newest compiler:
|
||||||
if test -e "$DEVELOPER_PATH/usr/bin/arm-apple-darwin10-gcc-$GCC_VERSION"; then
|
if test -e "$DEVELOPER_PATH/usr/bin/arm-apple-darwin10-gcc-$GCC_VERSION"; then
|
||||||
darwin_v='10'
|
darwin_v='10'
|
||||||
fi
|
fi
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
darwin*)
|
darwin*)
|
||||||
echo "Cross-compiling for iPhone/iPod touch using Apple's iPhone SDK $SDK_VERSION, GCC $GCC_VERSION"
|
echo "Cross-compiling for iPhone/iPod touch using Apple's iPhone SDK $SDK_VERSION, GCC $GCC_VERSION"
|
||||||
@ -147,7 +147,7 @@ fi
|
|||||||
CPPFLAGS="$CPPFLAGS -Werror"
|
CPPFLAGS="$CPPFLAGS -Werror"
|
||||||
|
|
||||||
if test "x$UART_DEVICE" = xDEFAULT ; then
|
if test "x$UART_DEVICE" = xDEFAULT ; then
|
||||||
UART_DEVICE=/dev/tty.bluetooth
|
UART_DEVICE=/dev/uart.bluetooth
|
||||||
fi
|
fi
|
||||||
if test "x$USE_BLUETOOL" = xDEFAULT ; then
|
if test "x$USE_BLUETOOL" = xDEFAULT ; then
|
||||||
USE_BLUETOOL="yes"
|
USE_BLUETOOL="yes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user