Files
build/core
Jim Huang cb48497ff2 HOST_linux-x86: Avoid doubly define macro _FORTIFY_SOURCE
While building Android with latest host gcc, it causes the following
build error:

Install: out/host/linux-x86/bin/mkbootimg
host C++: obbtool <= frameworks/base/tools/obbtool/Main.cpp
<command-line>:0:0: error: "_FORTIFY_SOURCE" redefined [-Werror]
<built-in>:0:0: note: this is the location of the previous definition
cc1plus: all warnings being treated as errors

In order to make build system happy, this patch does unset macro
_FORTIFY_SOURCE and then define it in host cflags.

Change-Id: Ic37a90f05081a2c3650b3335bc87e9e895900fb2
2011-11-10 13:28:13 -08:00
..
2011-10-11 06:40:06 -07:00
2011-10-14 19:37:57 -07:00
2011-06-07 18:20:30 -07:00
2010-02-18 12:23:35 -08:00
2011-10-05 09:49:24 -07:00
2011-10-14 19:37:57 -07:00
2011-09-21 15:25:37 -07:00