コミット履歴

作者 SHA1 メッセージ 日付
  Peter S. Mazinger ba31c6c463 Remove TOPDIR 18 年 前
  Peter S. Mazinger e6aa37afc9 Replace all Makefiles for new build infrastucture 18 年 前
  Peter S. Mazinger 3a7ac9c7a7 Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. 18 年 前
  Peter S. Mazinger 998913a5ce Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, defer only for shared lib related stuff, because it is optional. Run STRIPTOOL only once. More use of /$^/$<. 18 年 前
  Peter S. Mazinger f70602be19 Remove ar-target and shared targets, at build time now we traverse the tree only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a 18 年 前
  Peter S. Mazinger 0929e196d2 no check needed in libm/libpthread, we do not recurse anymore if the related option is not set, more Makefile cleanups 18 年 前
  Mike Frysinger 99e973a956 rework dependencies so the archive is re-created only when the object files have been updated 19 年 前
  Eric Andersen 50a6ac7fb9 Patch from Paul Mundt (lethal) adding an initial librt implementation. 19 年 前