index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
generate list of crt files to install instead of hard-coding in makefile
Rich Felker
2016-02-19
1
-1
/
+1
*
support clean/distclean make targets in unconfigured tree
Rich Felker
2016-02-17
1
-10
/
+16
*
adjust makefile to make crt/ and ldso/ sources arch-replaceable
Rich Felker
2016-02-17
1
-15
/
+18
*
don't suppress shared libc when linker lacks -Bsymbolic-functions
Rich Felker
2016-01-31
1
-2
/
+1
*
add arch/generic include fallback to build rules
Rich Felker
2016-01-27
1
-2
/
+6
*
add ssp suppression to some arch-override files that may need it
Rich Felker
2016-01-25
1
-2
/
+4
*
use same object files for libc.a and libc.so if compiler produces PIC
Rich Felker
2016-01-25
1
-2
/
+3
*
move dynamic linker to its own top-level directory, ldso
Rich Felker
2016-01-25
1
-8
/
+10
*
remove arch/$(ARCH)/src from the build system
Rich Felker
2016-01-22
1
-1
/
+1
*
simplify "make clean" and remove unneeded lib dir from tree
Rich Felker
2016-01-20
1
-7
/
+1
*
deduplicate compiler invocation command line in makefile
Rich Felker
2016-01-20
1
-7
/
+9
*
remove outdated/incorrect comment about AS_CMD from makefile
Rich Felker
2016-01-20
1
-1
/
+0
*
remove support for subarch .sub files from the makefile
Rich Felker
2016-01-20
1
-16
/
+2
*
fix build regression for arm pre-v7 from out-of-tree build patch
Rich Felker
2016-01-20
1
-1
/
+1
*
eliminate separate static/shared CFLAGS vars in makefile
Rich Felker
2016-01-19
1
-13
/
+13
*
add support for arch-provided replacement files as .c or .S
Rich Felker
2016-01-19
1
-3
/
+9
*
support out-of-tree build
Petr Hosek
2016-01-17
1
-51
/
+75
*
fix build regression from removal of #ifdef SHARED
Rich Felker
2015-11-18
1
-1
/
+1
*
keep user-provided CFLAGS/LDFLAGS separate from those added by configure
Rich Felker
2015-11-02
1
-4
/
+8
*
fix breakage when user overrides CFLAGS on the make command line
Rich Felker
2015-10-22
1
-4
/
+4
*
factor common awk functions for CFI generation scripts into new file
Alex Dowad
2015-10-08
1
-1
/
+1
*
remove use of buggy .SECONDARY special target in makefile
Rich Felker
2015-08-30
1
-2
/
+0
*
fix makefile suppression of intermediate file removal
Rich Felker
2015-08-27
1
-1
/
+1
*
Build process uses script to add CFI directives to x86 asm
Alex Dowad
2015-08-26
1
-2
/
+10
*
add musl-clang, a wrapper for system clang installs
Shiz
2015-07-06
1
-0
/
+5
*
build: overhaul wrapper script system for multiple wrapper support
Shiz
2015-07-06
1
-1
/
+3
*
add additional Makefile dependency rules for rcrt1.o PIE start file
Rich Felker
2015-06-03
1
-2
/
+4
*
add rcrt1 start file for fully static-linked PIE
Rich Felker
2015-05-26
1
-2
/
+2
*
fix incorrect application of visibility to Scrt1.o
Rich Felker
2015-05-26
1
-1
/
+1
*
add dependency of dlstart.lo on crt_arch.h to Makefile
Rich Felker
2015-04-23
1
-1
/
+1
*
add optional global visibility override
Rich Felker
2015-04-19
1
-0
/
+2
*
allow libc itself to be built with stack protector enabled
Rich Felker
2015-04-13
1
-0
/
+7
*
dynamic linker bootstrap overhaul
Rich Felker
2015-04-13
1
-1
/
+1
*
add tarball-producing targets to Makefile for ease of release
Rich Felker
2014-06-25
1
-0
/
+4
*
rename dynamic linker entry point from _start to _dlstart
Rich Felker
2014-06-20
1
-1
/
+1
*
remove dependency of version.h on .git/* to avoid errors
Rich Felker
2013-12-04
1
-1
/
+1
*
add infrastructure to record and report the version of libc.so
Rich Felker
2013-12-01
1
-1
/
+7
*
fix regression in creation of ldso symlink
Rich Felker
2013-08-31
1
-1
/
+1
*
re-add logic for ignoring failure of ld.so symlink installation
Rich Felker
2013-08-18
1
-1
/
+1
*
replace system's install command with a shell script
Rich Felker
2013-08-17
1
-7
/
+7
*
fix atomicity and other issues installing dynamic linker symlink
Rich Felker
2013-08-16
1
-5
/
+3
*
rework makefile subarch logic to allow shared files
Rich Felker
2013-08-14
1
-4
/
+12
*
add subarch asm support for PIC objects/shared libc
Rich Felker
2013-08-11
1
-0
/
+3
*
allow subarch-specific asm, including asm specific to the default
Rich Felker
2013-08-11
1
-0
/
+3
*
work around gcc 4.8's generation of self-referential mem* functions at -O3
Rich Felker
2013-08-01
1
-0
/
+3
*
new mostly-C crt1 implementation
Rich Felker
2013-07-26
1
-0
/
+4
*
enhance build process to allow selective -O3 optimization
Rich Felker
2013-07-22
1
-0
/
+3
*
refactor headers, especially alltypes.h, and improve C++ ABI compat
Rich Felker
2013-07-22
1
-3
/
+3
*
add build system support for arch endian & float abi variants
Rich Felker
2013-07-18
1
-1
/
+1
*
fix Makefile so "make install" works before include/bits symlink exists
Rich Felker
2013-07-01
1
-1
/
+5
[next]