[hipl-commit] [trunk] Rev 4179: Remove MAEMO_CFLAGS hack; it is no longer necessary.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 8 Apr 2010 14:45:52 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 08/04/2010 at 14:45:52
Revision: 4179
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove MAEMO_CFLAGS hack; it is no longer necessary.

Modified:
  M  configure.ac

=== modified file 'configure.ac'
--- configure.ac        2010-04-08 10:57:28 +0000
+++ configure.ac        2010-04-08 11:45:37 +0000
@@ -198,7 +198,6 @@
 if test x"$ac_cv_use_maemo" = x"yes"; then
     AC_DEFINE(CONFIG_HIP_MAEMO)
     AH_TEMPLATE(CONFIG_HIP_MAEMO, [Defined to 1 if Maemo build is enabled.])
-    AC_SUBST(MAEMO_CFLAGS, "-fgnu89-inline")
 fi
 
 AC_ARG_ENABLE(openwrt,
@@ -382,7 +381,7 @@
 fi
 
 # Set default AM_CFLAGS for the complete project.
-AC_SUBST(AM_CFLAGS, "-std=c99 -Werror -Wall -Wredundant-decls 
-Wdisabled-optimization -Wundef -Wstrict-prototypes 
-Wno-deprecated-declarations -fno-strict-aliasing $MAEMO_CFLAGS $GPROF_CFLAGS")
+AC_SUBST(AM_CFLAGS, "-std=c99 -Werror -Wall -Wredundant-decls 
-Wdisabled-optimization -Wundef -Wstrict-prototypes 
-Wno-deprecated-declarations -fno-strict-aliasing $GPROF_CFLAGS")
 
 # Set the preprocessor flags for the entire project
 AC_SUBST(AM_CPPFLAGS, "-D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=500")

Other related posts:

  • » [hipl-commit] [trunk] Rev 4179: Remove MAEMO_CFLAGS hack; it is no longer necessary. - Diego Biurrun