summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorChris Ring <cring@ti.com>2013-07-03 14:13:46 -0700
committerChris Ring <cring@ti.com>2013-07-03 14:13:46 -0700
commit9b9fa76298421dbe61e127c0b2cc8dede1942dd1 (patch)
tree0d1f13ae76e9f0f838ca7cbb4eb9ad3ad1e74028 /configure
parent46381efd15a016141802bb7b7f8f27062dd8857d (diff)
downloadipc-9b9fa76298421dbe61e127c0b2cc8dede1942dd1.tar.gz
6636: More Linux and BIOS 6636 support3.00.02.25_eng
Add tci6636 as a new PLATFORM visible to Linux autotools. On the BIOS side, treat 6636 just like 6638 in config and build scripts.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure30
1 files changed, 28 insertions, 2 deletions
diff --git a/configure b/configure
index aafc27c..8022d74 100755
--- a/configure
+++ b/configure
@@ -461,7 +461,7 @@ ac_includes_default="\
# include <unistd.h>
#endif"
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP LIBTOOL AM_CFLAGS AM_LDFLAGS PLATFORM CMEM_INSTALL_DIR KERNEL_INSTALL_DIR OMAPL138_TRUE OMAPL138_FALSE TCI6614_TRUE TCI6614_FALSE TCI6638_TRUE TCI6638_FALSE OMAP54XX_SMP_TRUE OMAP54XX_SMP_FALSE CMEM_TRUE CMEM_FALSE KDIR_TRUE KDIR_FALSE LIBOBJS LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP LIBTOOL AM_CFLAGS AM_LDFLAGS PLATFORM CMEM_INSTALL_DIR KERNEL_INSTALL_DIR OMAPL138_TRUE OMAPL138_FALSE TCI6614_TRUE TCI6614_FALSE TCI6636_TRUE TCI6636_FALSE TCI6638_TRUE TCI6638_FALSE OMAP54XX_SMP_TRUE OMAP54XX_SMP_FALSE CMEM_TRUE CMEM_FALSE KDIR_TRUE KDIR_FALSE LIBOBJS LTLIBOBJS'
ac_subst_files=''
# Initialize some variables set by options.
@@ -1060,7 +1060,7 @@ Some influential environment variables:
CXXFLAGS C++ compiler flags
CXXCPP C++ preprocessor
PLATFORM Platform to build. Options are: 'omapl138' 'omap54xx_smp'
- 'tci6614' and 'tci6638'. If not defined all platforms will be
+ 'tci6636' and 'tci6638'. If not defined all platforms will be
built.
CMEM_INSTALL_DIR
Installation path directory to the CMEM libraries
@@ -16770,6 +16770,7 @@ done
# Add config variables/options and check them
+# Note that 6614 isn't documented and, though it may work, is planned for removal
@@ -16783,6 +16784,10 @@ else
{ echo "$as_me:$LINENO: PLATFORM is set to ${PLATFORM}" >&5
echo "$as_me: PLATFORM is set to ${PLATFORM}" >&6;}
else
+ if test "x$PLATFORM" = "xtci6636"; then
+ { echo "$as_me:$LINENO: PLATFORM is set to ${PLATFORM}" >&5
+echo "$as_me: PLATFORM is set to ${PLATFORM}" >&6;}
+else
if test "x$PLATFORM" = "xtci6638"; then
{ echo "$as_me:$LINENO: PLATFORM is set to ${PLATFORM}" >&5
echo "$as_me: PLATFORM is set to ${PLATFORM}" >&6;}
@@ -16808,6 +16813,8 @@ fi
fi
+fi
+
# Test platform for omap5 variable and require a KERNEL path
if test "x$PLATFORM" = "xomap54xx_smp"; then
@@ -16854,6 +16861,16 @@ fi
+if test "x$PLATFORM" = "xtci6636"; then
+ TCI6636_TRUE=
+ TCI6636_FALSE='#'
+else
+ TCI6636_TRUE='#'
+ TCI6636_FALSE=
+fi
+
+
+
if test "x$PLATFORM" = "xtci6638"; then
TCI6638_TRUE=
TCI6638_FALSE='#'
@@ -17079,6 +17096,13 @@ echo "$as_me: error: conditional \"TCI6614\" was never defined.
Usually this means the macro was only invoked conditionally." >&2;}
{ (exit 1); exit 1; }; }
fi
+if test -z "${TCI6636_TRUE}" && test -z "${TCI6636_FALSE}"; then
+ { { echo "$as_me:$LINENO: error: conditional \"TCI6636\" was never defined.
+Usually this means the macro was only invoked conditionally." >&5
+echo "$as_me: error: conditional \"TCI6636\" was never defined.
+Usually this means the macro was only invoked conditionally." >&2;}
+ { (exit 1); exit 1; }; }
+fi
if test -z "${TCI6638_TRUE}" && test -z "${TCI6638_FALSE}"; then
{ { echo "$as_me:$LINENO: error: conditional \"TCI6638\" was never defined.
Usually this means the macro was only invoked conditionally." >&5
@@ -17712,6 +17736,8 @@ s,@OMAPL138_TRUE@,$OMAPL138_TRUE,;t t
s,@OMAPL138_FALSE@,$OMAPL138_FALSE,;t t
s,@TCI6614_TRUE@,$TCI6614_TRUE,;t t
s,@TCI6614_FALSE@,$TCI6614_FALSE,;t t
+s,@TCI6636_TRUE@,$TCI6636_TRUE,;t t
+s,@TCI6636_FALSE@,$TCI6636_FALSE,;t t
s,@TCI6638_TRUE@,$TCI6638_TRUE,;t t
s,@TCI6638_FALSE@,$TCI6638_FALSE,;t t
s,@OMAP54XX_SMP_TRUE@,$OMAP54XX_SMP_TRUE,;t t