dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/engine Makefile.am,1.56,1.57


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine Makefile.am,1.56,1.57
Date: Wed, 05 Feb 2003 04:51:34 -0500

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv26767/engine

Modified Files:
        Makefile.am 
Log Message:


Automatically add "-fno-inline-functions" to the gcc command-line inside
the "engine" directory so that -O3 won't cause register spill errors on i386.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/Makefile.am,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -r1.56 -r1.57
*** Makefile.am 31 Jan 2003 05:42:38 -0000      1.56
--- Makefile.am 5 Feb 2003 09:51:31 -0000       1.57
***************
*** 68,73 ****
  ## the interpreter core in direct threading mode.
  ## 'ffi.h' is autogenerated; thus, goes into build tree.
! AM_CFLAGS = -I$(top_srcdir)/libffi/include $(NO_GCSE) -I$(top_srcdir)/include 
\
!                       -I../libffi/include -I.
  
  cvm.o: cvm_labels.h
--- 68,73 ----
  ## the interpreter core in direct threading mode.
  ## 'ffi.h' is autogenerated; thus, goes into build tree.
! AM_CFLAGS = -I$(top_srcdir)/libffi/include $(NO_GCSE) $(NO_INLINE_FUNCTIONS) \
!                       -I$(top_srcdir)/include -I../libffi/include -I.
  
  cvm.o: cvm_labels.h





reply via email to

[Prev in Thread] Current Thread [Next in Thread]