On Sep 4, 2009, at 11:19 PM, matthew green wrote:


  Module Name:  src
  Committed By: matt
  Date:         Sat Sep  5 03:51:16 UTC 2009

  Modified Files:
        src/gnu/lib/libgcc4 [matt-nb5-mips64]: Makefile.inc

  Log Message:
If MKSOFTFLOAT == yes, don't include the libgcc float to unsigned functions
  since they are already in libc.


please make this != "no".

It's actually implemented like:

.if ${MKSOFTFLOAT} == "no"
LIB2FUNCS_ALL+= _fixunssfsi _fixunsdfsi
.endif

Reply via email to