index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure
Age
Commit message (
Expand
)
Author
Lines
2022-01-07
fix failure to use add-cfi scripts on asm when building out-of-tree
Wesley Wiser
-1
/
+1
2021-09-23
add SPE FPU support to powerpc-sf
Rich Felker
-3
/
+1
2020-11-29
configure: do not use obsolescent form of test -a|o
Issam E. Maghni
-3
/
+3
2020-08-27
configure: enable warnings by default
Rich Felker
-2
/
+2
2020-08-27
configure: use additive warnings instead of subtracting from -Wall
Rich Felker
-9
/
+15
2020-08-27
configure: add further -Werror=... options to detected CFLAGS
Rich Felker
-0
/
+4
2020-06-30
make mallocng the default malloc implementation
Rich Felker
-2
/
+2
2020-06-30
add malloc implementation selection to configure
Rich Felker
-0
/
+12
2020-06-01
suppress unwanted warnings when configuring with clang
Rich Felker
-0
/
+7
2019-11-05
ppc: add configure check for older compilers erroring on 'd' constraint
rofl0r
-0
/
+9
2019-07-04
configure: make AR and RANLIB customizable
Fangrui Song
-0
/
+4
2019-06-14
add riscv64 architecture support
Rich Felker
-0
/
+6
2019-05-11
improve i386 inline syscall asm on non-broken compilers
Rich Felker
-0
/
+14
2019-01-19
configure: accept ppc[64] as alias for powerpc[64] in gcc tuples
Rich Felker
-2
/
+2
2018-09-19
support clang internal assembler when building for arm as thumb2 code
Rich Felker
-0
/
+1
2018-09-12
configure: only try -Qunused-arguments for clang
Rich Felker
-1
/
+1
2018-09-12
remove vis.h protected-visibility hack
Rich Felker
-38
/
+0
2018-06-19
add m68k port
Rich Felker
-0
/
+8
2018-04-17
use explicit dynamic-list rather than symbolic-functions for linking
Rich Felker
-4
/
+6
2018-02-21
fix detection of LIBCC for compiler-rt with clang
Matúš Olekšák
-0
/
+2
2018-02-07
better configure check for long double support
Szabolcs Nagy
-3
/
+2
2017-08-11
disable global visibility override hack (vis.h) by default
Rich Felker
-2
/
+3
2017-06-23
fix clang CFLAGS checks and silence unused argument warnings
Dmitry Golovin
-0
/
+8
2016-12-19
when building for arm as thumb2 code, also request assembly as thumb
Rich Felker
-0
/
+4
2016-11-11
add s390x port
Bobby Bingham
-0
/
+1
2016-08-30
configure: handle mipsisa64* triplet as a mips64 target
Szabolcs Nagy
-1
/
+1
2016-05-08
add powerpc64 port
Bobby Bingham
-1
/
+7
2016-05-04
fix redundant processing of --build flag in configure script
LeMay, Michael
-1
/
+1
2016-04-29
follow standard configure behavior for cross compile prefix
Rich Felker
-1
/
+13
2016-04-18
add mips n32 port (ILP32 ABI for mips64)
Rich Felker
-0
/
+1
2016-04-03
add support for mips and mips64 r6 isa
Rich Felker
-0
/
+2
2016-03-06
make configure check for unsupported (SPE) powerpc hard-float models
Rich Felker
-0
/
+2
2016-03-06
add powerpc soft-float support
Felix Fietkau
-0
/
+4
2016-03-06
add mips64 port
Rich Felker
-1
/
+7
2016-02-19
add arch tuple matching for nt32 and nt64 in configure
Rich Felker
-0
/
+2
2016-02-19
work around regression building for armhf with clang (compiler bug)
Rich Felker
-0
/
+14
2016-02-18
partly revert detection of broken float in configure
Rich Felker
-1
/
+1
2016-02-17
make configure attempt to catch broken floating point CFLAGS/defaults
Rich Felker
-0
/
+10
2016-02-02
make configure accept -h as an alias for --help
Rich Felker
-1
/
+1
2016-01-31
don't suppress shared libc when linker lacks -Bsymbolic-functions
Rich Felker
-9
/
+4
2016-01-27
add arch/generic include fallback to build rules
Rich Felker
-2
/
+3
2016-01-27
remove unneeded -I options from configure test for may_alias attribute
Rich Felker
-1
/
+1
2016-01-25
use same object files for libc.a and libc.so if compiler produces PIC
Rich Felker
-0
/
+10
2016-01-20
fix global visibility (vis.h) support for out-of-tree builds
Rich Felker
-1
/
+1
2016-01-17
support out-of-tree build
Petr Hosek
-5
/
+25
2015-11-07
work around toolchains with broken visibility in libgcc/libpcc
Rich Felker
-0
/
+5
2015-11-04
have configure check/add --gc-sections linker option
Rich Felker
-0
/
+4
2015-11-04
have configure check/add linker options to reduce size lost to padding
Rich Felker
-0
/
+6
2015-11-04
have configure check/add -ffunction-sections and -fdata-sections
Rich Felker
-0
/
+11
2015-11-02
keep user-provided CFLAGS/LDFLAGS separate from those added by configure
Rich Felker
-2
/
+4
[next]