提交历史

作者 SHA1 备注 提交日期
  Rich Felker 8b084f06d0 generate list of crt files to install instead of hard-coding in makefile 9 年之前
  Rich Felker 157e28492a support clean/distclean make targets in unconfigured tree 9 年之前
  Rich Felker 63bcda4d8f adjust makefile to make crt/ and ldso/ sources arch-replaceable 9 年之前
  Rich Felker 65498f289b don't suppress shared libc when linker lacks -Bsymbolic-functions 9 年之前
  Rich Felker efdf04cf87 add arch/generic include fallback to build rules 9 年之前
  Rich Felker f9b8df464d add ssp suppression to some arch-override files that may need it 9 年之前
  Rich Felker 1619127c11 use same object files for libc.a and libc.so if compiler produces PIC 9 年之前
  Rich Felker 5552ce5200 move dynamic linker to its own top-level directory, ldso 9 年之前
  Rich Felker 5a2e88257a remove arch/$(ARCH)/src from the build system 9 年之前
  Rich Felker 4fcc7eb51c simplify "make clean" and remove unneeded lib dir from tree 9 年之前
  Rich Felker ada4798df0 deduplicate compiler invocation command line in makefile 9 年之前
  Rich Felker 80de11bc6b remove outdated/incorrect comment about AS_CMD from makefile 9 年之前
  Rich Felker 0f814a4e57 remove support for subarch .sub files from the makefile 9 年之前
  Rich Felker b6363bb70a fix build regression for arm pre-v7 from out-of-tree build patch 9 年之前
  Rich Felker 9514e70c60 eliminate separate static/shared CFLAGS vars in makefile 9 年之前
  Rich Felker 9f5eb77992 add support for arch-provided replacement files as .c or .S 9 年之前
  Petr Hosek 2f853dd6b9 support out-of-tree build 9 年之前
  Rich Felker 4f3a92881a fix build regression from removal of #ifdef SHARED 9 年之前
  Rich Felker 4cd8b47259 keep user-provided CFLAGS/LDFLAGS separate from those added by configure 9 年之前
  Rich Felker be76cdcf81 fix breakage when user overrides CFLAGS on the make command line 9 年之前
  Alex Dowad 0650a05947 factor common awk functions for CFI generation scripts into new file 9 年之前
  Rich Felker d18cf76d73 remove use of buggy .SECONDARY special target in makefile 9 年之前
  Rich Felker a91ebdcfac fix makefile suppression of intermediate file removal 9 年之前
  Alex Dowad 35b3312b6f Build process uses script to add CFI directives to x86 asm 9 年之前
  Shiz fb58545f8d add musl-clang, a wrapper for system clang installs 10 年之前
  Shiz b3cd7d13fe build: overhaul wrapper script system for multiple wrapper support 10 年之前
  Rich Felker 585ba14df4 add additional Makefile dependency rules for rcrt1.o PIE start file 10 年之前
  Rich Felker dc031ee0b1 add rcrt1 start file for fully static-linked PIE 10 年之前
  Rich Felker ed0c824982 fix incorrect application of visibility to Scrt1.o 10 年之前
  Rich Felker f109781c16 add dependency of dlstart.lo on crt_arch.h to Makefile 10 年之前