[hipl-commit] [trunk] Rev 4204: Remove unused TARGET declarations.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 9 Apr 2010 15:51:01 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 09/04/2010 at 15:51:01
Revision: 4204
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove unused TARGET declarations.

Modified:
  M  configure.ac

=== modified file 'configure.ac'
--- configure.ac        2010-04-08 16:22:30 +0000
+++ configure.ac        2010-04-09 12:50:51 +0000
@@ -34,36 +34,6 @@
 # We need the math lib in the registration extension.
 AC_CHECK_LIB(m, pow,, AC_MSG_ERROR(Math lib not found))
 
-case "$host" in
-  alpha*)
-    TARGET=ALPHA;
-    ;;
-  arm*)
-    TARGET=ARM;
-    ;;
-  hppa*linux* | parisc*linux*)
-    TARGET=PA_LINUX;
-    ;;
-  i?86*)
-    TARGET=X86;
-    ;;
-  ia64*)
-    TARGET=IA64;
-    ;;
-  mips*linux*)
-    TARGET=MIPS_LINUX;
-    ;;
-  powerpc*linux*)
-    TARGET=POWERPC;
-    ;;
-  x86_64*)
-    TARGET=X86_64;
-    libdir='${exec_prefix}/lib64';
-    ;;
-esac
-
-AC_SUBST(TARGET)
-
 # If no --prefix option is passed to configure, $prefix is empty. But we want
 # to expand $sysconfdir, which defaults to ${prefix}/etc. So set $prefix.
 if test "x$prefix" = "xNONE"; then

Other related posts:

  • » [hipl-commit] [trunk] Rev 4204: Remove unused TARGET declarations. - Diego Biurrun