OSDN Git Service

xtensa: add missing .literal_position directives
[uclinux-h8/uClibc.git] / libm / Makefile
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-26 Peter S. MazingerRemove s_ceilf.c and s_floorf.c, ceilf and floorf are...
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-11 Peter S. MazingerDo not defer expansions where useless, like CSRC/OBJS...
2005-09-29 Peter S. MazingerRemove unneeded temporary file, libm.so will wait until...
2005-09-29 Peter S. MazingerAllow parallel building in libm
2005-09-29 Peter S. MazingerModify libm's Makefile not needing any recursion
2005-09-29 Peter S. MazingerIf HAVE_SHARED is disabled and libm/TARGET_ARCH does...
2005-09-28 Mike Frysingerfix building
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
2005-09-22 Peter S. Mazingerno check needed in libm/libpthread, we do not recurse...
2005-03-07 Eric Andersensplit the float wrappers into separate object files
2005-03-06 Eric AndersenTrim off whitespace
2005-03-01 Mike Frysingermake sure we only create libm.a before running through...
2005-02-23 Mike Frysingermake sure subdirs requires the toplevel $(LIBM) already...
2005-01-19 Mike Frysingerredo targets so the archives are only re-built when...
2004-12-22 Eric AndersenCleaned up patch from Peter S. Mazinger adding support for
2004-08-13 Manuel Novoa III Always include the sqrtf wrapper in libm so that we...
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!