hotspot/make/linux/makefiles/gcc.make
changeset 744 88e28f2ccee4
parent 338 5cf9f61d76f4
child 775 d9c9b9cd55fb
--- a/hotspot/make/linux/makefiles/gcc.make	Fri Jun 06 14:34:24 2008 -0700
+++ b/hotspot/make/linux/makefiles/gcc.make	Tue Jun 10 16:39:20 2008 -0700
@@ -50,14 +50,7 @@
 
 VM_PICFLAG/LIBJVM = $(PICFLAG)
 VM_PICFLAG/AOUT   =
-
-ifneq ($(BUILDARCH), i486)
 VM_PICFLAG        = $(VM_PICFLAG/$(LINK_INTO))
-else
-# PIC has significant overhead on x86, build nonpic VM for now.
-# Link JVM at a "good" base location to avoid unnecessary .text patching.
-JVM_BASE_ADDR     = 0x06000000
-endif
 
 CFLAGS += $(VM_PICFLAG)
 CFLAGS += -fno-rtti