OSDN Git Service

We need to link with libgcc.a when creating shared libs, in order to
[uclinux-h8/uClibc.git] / libm / Makefile
2004-01-16 Manuel Novoa III We need to link with libgcc.a when creating shared...
2003-11-20 Eric AndersenMake certain that arch specific stuff is compiled last
2003-11-04 Eric Andersenminor cleanup
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-06-27 Eric AndersenAdd in ceilf() and floorf() since XFree86 wants them...
2002-11-09 Eric AndersenPatch from Simon Rowe to try and build asm libm code
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-05-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
2002-05-09 Eric AndersenFill a few little holes in the math library
2002-04-09 Eric AndersenAdd finite() to C89 math lib, since it is needed...
2002-03-25 Eric AndersenImplement sqrtf(), needed for libstdc++ on arm
2002-02-21 Eric AndersenAdd ldexp to the !C99 list, since it is defined in...
2002-02-18 Eric AndersenMake shared libs properly list the correct ld.so in...
2002-01-28 Eric AndersenFix the bug where binaries built with older toolchains...
2002-01-16 Eric AndersenTell ld explicitly when stuff is supposed to by dynamic...
2002-01-12 Eric AndersenDepend upon libc
2002-01-11 Eric AndersenMore build system cleanups...
2002-01-11 Eric AndersenScrub the way libraries are linked. Use ld, not gcc...
2002-01-09 Eric AndersenDon't show shell fragments
2002-01-09 Eric AndersenBe more carefull about erroring out of shell fragments...
2002-01-09 Eric AndersenRemove "-Wl,--no-undefined"
2002-01-01 Eric AndersenChange all 'cd <foo>; bar' constructs to 'cd <foo>...
2002-01-01 Eric AndersenRemove erroneous allow-shlib-undefined
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-26 Eric AndersenMy adjusted 'make install' was missing include/linux...
2001-11-24 Eric AndersenOops
2001-11-24 Eric AndersenMove powerpc specific optimizations (courtesy of apple...
2001-11-23 Eric AndersenFinish ajusting math lib options. Close out a couple...
2001-11-23 Eric AndersenDefault to building C89 math stuff only. Cleanup some...
2001-11-22 Eric AndersenTotally rework the math library, this time based on...
2001-07-03 Eric AndersenForce our child libs to link vs libc
2001-06-15 Eric AndersenBe consistant for all the client code, and use TARGET_C...
2001-05-28 Manuel Novoa III Make selection of uClibc floating point support in...
2001-05-18 Eric AndersenI wasn't building the libdl shared lib anymore. Make...
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-11 Eric AndersenRework where libraries get installed to. Now thew...
2001-05-11 Eric AndersenFix up the 'make clean' target
2001-05-10 Eric AndersenuClibc now has a math library. muahahahaha!