hotspot/make/linux/makefiles/gcc.make
changeset 4013 b154310845de
parent 2787 c7bec0cb1e4a
child 5547 f4b087cbb361
--- a/hotspot/make/linux/makefiles/gcc.make	Wed Oct 07 15:38:37 2009 -0700
+++ b/hotspot/make/linux/makefiles/gcc.make	Tue Oct 13 12:04:21 2009 -0700
@@ -52,6 +52,9 @@
 VM_PICFLAG/AOUT   =
 VM_PICFLAG        = $(VM_PICFLAG/$(LINK_INTO))
 
+ifeq ($(ZERO_BUILD), true)
+CFLAGS += $(LIBFFI_CFLAGS)
+endif
 CFLAGS += $(VM_PICFLAG)
 CFLAGS += -fno-rtti
 CFLAGS += -fno-exceptions
@@ -64,6 +67,7 @@
 ARCHFLAG/ia64    =
 ARCHFLAG/sparc   = -m32 -mcpu=v9
 ARCHFLAG/sparcv9 = -m64 -mcpu=v9
+ARCHFLAG/zero    = $(ZERO_ARCHFLAG)
 
 CFLAGS     += $(ARCHFLAG)
 AOUT_FLAGS += $(ARCHFLAG)