[uClibc]buglet

Paul Jimenez pj at place.org
Tue Apr 16 16:27:43 UTC 2002


Crosscompiling for powerpc-linux.  So far have busybox, modutils, 
udhcp and some other things built.  One snag is that when I went
to build the wireless-tools package, I got a complaint from
libm about "undefined reference to 'finite'".  Sure enough, for some
reason s_finite.c wasn't getting built into libm.

patch follows:

*** Makefile    Mon Mar 25 15:24:05 2002
--- libm/Makefile    Tue Apr 16 01:41:50 2002
***************
*** 72,77 ****
--- 72,78 ----
  CSRC+=   s_expm1.c s_scalbn.c s_copysign.c e_acos.c e_asin.c e_atan2.c \
         k_cos.c e_cosh.c e_exp.c e_fmod.c e_log.c e_log10.c e_pow.c \
         k_sin.c e_sinh.c e_sqrt.c k_tan.c e_rem_pio2.c k_rem_pio2.c
+ CSRC+=         s_finite.c
  endif
  COBJS=$(patsubst %.c,%.o, $(CSRC))
  OBJS=$(COBJS)






More information about the uClibc mailing list