You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2007/05/04 12:03:15 UTC

svn commit: r535144 - in /harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix: agent/makefile transport/makefile

Author: tellison
Date: Fri May  4 03:03:13 2007
New Revision: 535144

URL: http://svn.apache.org/viewvc?view=rev&rev=535144
Log:
Specify fpic option for jdwp code.

Modified:
    harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/makefile
    harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile

Modified: harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/makefile?view=diff&rev=535144&r1=535143&r2=535144
==============================================================================
--- harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/makefile (original)
+++ harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/agent/makefile Fri May  4 03:03:13 2007
@@ -22,6 +22,8 @@
 COMMON=../../common/
 CMNAGENT=$(COMMON)agent/
 
+CFLAGS += -fpic
+
 INCLUDES += -I$(CMNAGENT)commands -I$(CMNAGENT)core \
             -I$(COMMON)generic -Icore
 

Modified: harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile?view=diff&rev=535144&r1=535143&r2=535144
==============================================================================
--- harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile (original)
+++ harmony/enhanced/jdktools/trunk/modules/jpda/src/main/native/jdwp/unix/transport/makefile Fri May  4 03:03:13 2007
@@ -26,6 +26,8 @@
 COMMON=../../common/
 CMNTRANS=$(COMMON)transport/
 
+CFLAGS += -fpic
+
 INCLUDES += -I$(CMNTRANS)common -I$(CMNTRANS)dt_socket \
             -I$(COMMON)generic -Idt_socket