Xtensa support

This commit is contained in:
Anthony Green
2013-01-21 07:07:38 -05:00
parent 9742f91782
commit 20cae32b15
11 changed files with 689 additions and 13 deletions

18
configure vendored
View File

@@ -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.