Tizen:*: optflags: set __SOFTFP__ for preproc 07/31707/4
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Mon, 8 Dec 2014 16:02:13 +0000 (17:02 +0100)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 9 Dec 2014 12:08:08 +0000 (04:08 -0800)
commit9e574a603fb968d26a1a6e3a936a131cf416fdc7
tree5a30dea7d0e06e0cd02fe4ec87d3b18975180af2
parent88c66b7f12941f3b70a63210853f9c6592642557
Tizen:*: optflags: set __SOFTFP__  for preproc

Without it will fail if optflags are not overridden and raise an error like :

  configure: CFLAGS error: CFLAGS may only be used to specify C compiler flags, not macro definitions. \
  Use CPPFLAGS for: -D__SOFTFP__
  configure: error: Can not continue. \
  Fix errors mentioned immediately above this line.

More details at :
https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gcc/Preprocessor-Options.html#index-Wp-986

Change-Id: Ic02777b0aa92f260837060101422629e3f49ed28
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Tizen:Common/_config
Tizen:IVI/_config
Tizen:Mobile/_config
Tizen:TV/_config
Tizen:Wearable/_config