You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2005/10/10 15:52:03 UTC

svn commit: r312655 - /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/config.sh

Author: geirm
Date: Mon Oct 10 06:52:00 2005
New Revision: 312655

URL: http://svn.apache.org/viewcvs?rev=312655&view=rev
Log:
stop packing structs universally

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/config.sh

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/config.sh
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/config.sh?rev=312655&r1=312654&r2=312655&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/config.sh (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/config.sh Mon Oct 10 06:52:00 2005
@@ -1431,7 +1431,7 @@
 
 ALWAYS_REQUIRED_GCCLD_OPTIONS="-m$WORDWIDTH -lpthread"
 
-USUALLY_REQUIRED_GCC_OPTIONS="-fpack-struct"
+USUALLY_REQUIRED_GCC_OPTIONS=""
 
 COAG="config/config_opts_always.gcc"
 (