Source-Changes-D archive

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

Re: CVS commit: [matt-nb5-mips64] src/gnu/lib/libgcc4




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



Home | Main Index | Thread Index | Old Index