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.59,1.60


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine Makefile.am,1.59,1.60
Date: Thu, 15 May 2003 01:37:50 -0400

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

Modified Files:
        Makefile.am 
Log Message:


Turn on -Os (optimize for size) when building just the runtime engine to
pull the size of the m68k-palmos CVM interpreter below the 32k code
section threshold.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/Makefile.am,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -r1.59 -r1.60
*** Makefile.am 15 May 2003 04:30:18 -0000      1.59
--- Makefile.am 15 May 2003 05:37:48 -0000      1.60
***************
*** 90,94 ****
  ## '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. 
-DIL_WITHOUT_TOOLS
  
  endif
--- 90,94 ----
  ## '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. 
-DIL_WITHOUT_TOOLS -Os
  
  endif





reply via email to

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