Xtensa support
This commit is contained in:
18
configure
vendored
18
configure
vendored
@@ -647,6 +647,8 @@ FFI_EXEC_TRAMPOLINE_TABLE_TRUE
|
||||
sys_symbol_underscore
|
||||
HAVE_LONG_DOUBLE
|
||||
ALLOCA
|
||||
XTENSA_FALSE
|
||||
XTENSA_TRUE
|
||||
TILE_FALSE
|
||||
TILE_TRUE
|
||||
PA64_HPUX_FALSE
|
||||
@@ -13452,6 +13454,10 @@ case "$host" in
|
||||
fi
|
||||
;;
|
||||
|
||||
xtensa*-*)
|
||||
TARGET=XTENSA; TARGETDIR=xtensa
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
|
||||
@@ -13701,6 +13707,14 @@ else
|
||||
TILE_FALSE=
|
||||
fi
|
||||
|
||||
if test x$TARGET = xXTENSA; then
|
||||
XTENSA_TRUE=
|
||||
XTENSA_FALSE='#'
|
||||
else
|
||||
XTENSA_TRUE='#'
|
||||
XTENSA_FALSE=
|
||||
fi
|
||||
|
||||
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
|
||||
$as_echo_n "checking for ANSI C header files... " >&6; }
|
||||
@@ -15071,6 +15085,10 @@ if test -z "${TILE_TRUE}" && test -z "${TILE_FALSE}"; then
|
||||
as_fn_error $? "conditional \"TILE\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
||||
fi
|
||||
if test -z "${XTENSA_TRUE}" && test -z "${XTENSA_FALSE}"; then
|
||||
as_fn_error $? "conditional \"XTENSA\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
||||
fi
|
||||
|
||||
if test -z "${FFI_EXEC_TRAMPOLINE_TABLE_TRUE}" && test -z "${FFI_EXEC_TRAMPOLINE_TABLE_FALSE}"; then
|
||||
as_fn_error $? "conditional \"FFI_EXEC_TRAMPOLINE_TABLE\" was never defined.
|
||||
|
||||
Reference in New Issue
Block a user