-g3 caused many assembler warnings, removed
authorstefan <none@none>
Mon, 12 May 2003 19:09:05 +0000 (19:09 +0000)
committerstefan <none@none>
Mon, 12 May 2003 19:09:05 +0000 (19:09 +0000)
Makefile.am

index a351b7ca590b395574879da02a35383e640f3280..6a9bdd1eceb8940848b2cf7c6f2a0b67b5e7917c 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 250 2003-03-11 09:23:41Z stefan $
+# $Id: Makefile.am 284 2003-05-12 19:09:05Z stefan $
 
 @SET_MAKE@
 
@@ -125,7 +125,7 @@ nativetypes.hh @SYSDEP_DIR@/offsets.h nativetable.hh: cacaoh
                java.lang.ClassLoader_NativeLibrary
 
 @SYSDEP_DIR@/asmpart.o: $(top_srcdir)/@SYSDEP_DIR@/@ASMPART@ @SYSDEP_DIR@/offsets.h
-       @CC@ $(CFLAGS) $(INCLUDES) -c -g -o $@ $<
+       @CC@ $(ASMFLAGS) $(INCLUDES) -c -g -o $@ $<
 
 checkjvm:
        $(MAKE) -C jvmtst $@