From 6ae149809fa160a163f5629b40e9dde9146046f0 Mon Sep 17 00:00:00 2001 From: Vasily Litvinov Date: Tue, 4 Mar 2014 00:41:58 +0400 Subject: [PATCH] Enabled "FIXME_STUB" macro --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 95f1fc35dc..78fd3d7462 100755 --- a/makefile +++ b/makefile @@ -180,6 +180,7 @@ ifneq ($(android),) -DJNI_JARJAR_PREFIX= \ -D__DARWIN_UNIX03=1 \ -D__DISABLE_IPV6_PROTO \ + -D__PROVIDE_FIXMES \ -g3 luni-cpps := $(shell find $(luni-native) -name '*.cpp')