You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2007/08/12 21:29:11 UTC

svn commit: r565124 - /harmony/enhanced/sandbox/bootjvm/bootJVM/support/MakeRules

Author: dlydick
Date: Sun Aug 12 12:29:10 2007
New Revision: 565124

URL: http://svn.apache.org/viewvc?view=rev&rev=565124
Log:
Enables support for CONFIG_COMPILER_GCC test of
which compiler to use.

Modified:
    harmony/enhanced/sandbox/bootjvm/bootJVM/support/MakeRules

Modified: harmony/enhanced/sandbox/bootjvm/bootJVM/support/MakeRules
URL: http://svn.apache.org/viewvc/harmony/enhanced/sandbox/bootjvm/bootJVM/support/MakeRules?view=diff&rev=565124&r1=565123&r2=565124
==============================================================================
--- harmony/enhanced/sandbox/bootjvm/bootJVM/support/MakeRules (original)
+++ harmony/enhanced/sandbox/bootjvm/bootJVM/support/MakeRules Sun Aug 12 12:29:10 2007
@@ -93,7 +93,7 @@
 # Select C compiler based on configuration, defaulting
 # to CONFIG_CCOMPILER_OTHER
 #
-#ifdef CONFIG_CCOMPILER_GCC
+ifdef CONFIG_CCOMPILER_GCC
 
 ########################
 #
@@ -108,7 +108,7 @@
 
 ARCMD=r
 
-#else
+else
 
 ########################
 #
@@ -124,7 +124,7 @@
 
 ARCMD=r
 
-#endif
+endif
 
 ########################
 #