< prev index next >

make/lib/CoreLibraries.gmk

Print this page
@  rev 16981 : [mq]: libc
|

@@ -337,11 +337,11 @@
 else
   LIBJLI_OUTPUT_DIR := $(INSTALL_LIBRARIES_HERE)/jli
 endif
 
 
-LIBJLI_CFLAGS += -DCLIB=\"$(OPENJDK_TARGET_CLIB)\"
+LIBJLI_CFLAGS += -DLIBC=\"$(OPENJDK_TARGET_LIBC)\"
 
 LIBJLI_CFLAGS += $(addprefix -I, $(LIBJLI_SRC_DIRS))
 
 ifneq ($(USE_EXTERNAL_LIBZ), true)
   LIBJLI_CFLAGS += $(ZLIB_CPPFLAGS)
< prev index next >