diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2007-05-19 04:32:56 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2007-05-19 04:32:56 +0000 |
| commit | e20b16589981d32aa042348126d24e4a73c98d76 (patch) | |
| tree | b9fd2c2b99bbb7306868a883977c17dbb6b7c0f4 /lib/libc/Makefile | |
| parent | 91c1e2bf9b52e80432919c3b47ae6bfd89294bc3 (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 5c7848faae88..4c2e868d9271 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -20,6 +20,11 @@ CLEANFILES+=tags INSTALL_PIC_ARCHIVE= PRECIOUSLIB= +# +# Only link with static libgcc.a (no libgcc_eh.a). +# +LDFLAGS+= -nodefaultlibs -lgcc + # Define (empty) variables so that make doesn't give substitution # errors if the included makefiles don't change these: MDSRCS= |
