[hipl-commit] [trunk] Rev 4186: Remove unused CONFIG_HIP_OPENWRT_MIPSLINUX configure/Makefile variable.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 8 Apr 2010 18:30:34 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 08/04/2010 at 18:30:34
Revision: 4186
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove unused CONFIG_HIP_OPENWRT_MIPSLINUX configure/Makefile variable.

Modified:
  M  configure.ac

=== modified file 'configure.ac'
--- configure.ac        2010-04-08 15:10:18 +0000
+++ configure.ac        2010-04-08 15:30:16 +0000
@@ -199,11 +199,6 @@
     AC_DEFINE(CONFIG_HIP_OPENWRT)
     AH_TEMPLATE(CONFIG_HIP_OPENWRT,
                 [Defined to 1 if openwrt support is enabled.])
-    if test x"$TARGET" = x"MIPS_LINUX"; then
-        AC_DEFINE(CONFIG_HIP_OPENWRT_MIPSLINUX)
-        AH_TEMPLATE(CONFIG_HIP_OPENWRT_MIPSLINUX,
-                    [Defined to 1 if mipslinux is enabled.])
-    fi
 fi
 
 AC_ARG_ENABLE(altsep,

Other related posts:

  • » [hipl-commit] [trunk] Rev 4186: Remove unused CONFIG_HIP_OPENWRT_MIPSLINUX configure/Makefile variable. - Diego Biurrun