mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 19:00:09 +00:00
4 lines
147 B
Makefile
4 lines
147 B
Makefile
|
# Without -non_shared (via the compiler's -static flag), we'll end up
|
||
|
# with some unresolved symbols wrt exceptions.
|
||
|
LDFLAGS := $(LDFLAGS) -static
|