History log of /external/ping6/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b3f695afa4cb8b873d70caba5252031ebeaa931a 28-Aug-2012 Pavel Chupin <pavel.v.chupin@intel.com> Remove static libs from link command

Dynamic versions are found automatically. When USE_PT_GNU_EH_FRAME is
enabled libc.a has unresolved __executable_start which is not provided
by bfd linker when -pie option used.
See here: https://android-review.googlesource.com/#/c/42250

Change-Id: I58c9e707554cd8274e4d8fb08fac62329a97be11
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
/external/ping6/Android.mk
82aaae2089b39522da2d4f93a996d78930ec3382 12-Jul-2011 Jeff Brown <jeffbrown@google.com> Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I78208d4198e81882686c2bb85fd401aa7991bfdf
/external/ping6/Android.mk
2f62753130da5b9e96475deae475c244b813c083 04-Feb-2011 Steinar H. Gunderson <sesse@google.com> Adjust ping6.c to compile on Android.

In addition to the .mk files and other things required for the build
system, we make add two simple #defines that NetBSD libc has but Bionic
libc lacks, and remove two features: Support for sending packets along
specific routes (largely unused, and partially deprecated from the
IETF), and sending packets to named multicast groups, where the
multicast address is generated from an ASCII string using MD5
(very obscure).

Change-Id: I5fd55ed15e73a3367a7a127a30234239f77a11f5
/external/ping6/Android.mk