This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFA: Set PREFER_SIZE_OVER_SPEED for xStormy16


Hi Jeff,

  Please can I apply the patch below ?  It sets the
  PREFER_SIZE_OVER_SPEED for the xStormy16 part which is a small
  16-bit processor.

Cheers
  Nick

newlib/ChangeLog
2004-07-06  Nick Clifton  <nickc@redhat.com>

	* configure.host (newlib_cflags): Define PREFER_SIZE_OVER_SPEED
	for Xstormy16.

Index: newlib/configure.host
===================================================================
RCS file: /cvs/src/src/newlib/configure.host,v
retrieving revision 1.60
diff -c -3 -p -r1.60 configure.host
*** newlib/configure.host	9 Jun 2004 19:05:08 -0000	1.60
--- newlib/configure.host	6 Jul 2004 08:03:11 -0000
*************** case "${host_cpu}" in
*** 222,227 ****
--- 222,228 ----
    xstormy16)
  	machine_dir=xstormy16
  	newlib_cflags="${newlib_cflags} -DMALLOC_PROVIDED"
+ 	newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED"
          ;;
    z8k)
  	machine_dir=z8k
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]