hotspot/make/bsd/makefiles/gcc.make
changeset 19956 9065fbafee8d
parent 19701 8dfde6242cd1
child 20295 a5dd1b071c32
--- a/hotspot/make/bsd/makefiles/gcc.make	Wed Sep 11 14:30:17 2013 +0400
+++ b/hotspot/make/bsd/makefiles/gcc.make	Thu Sep 12 15:53:49 2013 +0400
@@ -80,7 +80,7 @@
     HOSTCC  = $(CC)
   endif
 
-  AS   = $(CC) -c -x assembler-with-cpp
+  AS   = $(CC) -c 
 endif
 
 
@@ -347,6 +347,13 @@
   LDFLAGS += -mmacosx-version-min=$(MACOSX_VERSION_MIN)
 endif
 
+
+#------------------------------------------------------------------------
+# Assembler flags
+
+# Enforce prerpocessing of .s files
+ASFLAGS += -x assembler-with-cpp
+
 #------------------------------------------------------------------------
 # Linker flags