Re: [PATCH 2/2] build: only link to what we really use

2010-10-30 Thread Carl Worth
On Sat, 30 Oct 2010 02:16:47 +0300, Felipe Contreras wrote: > At least linux has the -Wl,--as-needed option. > > Signed-off-by: Felipe Contreras Thanks, Felipe. I've pushed this. I also followed it up with a change to do a configure-time check for the -Wl,--as-needed option, (since I don't l

[PATCH 2/2] build: only link to what we really use

2010-10-30 Thread Carl Worth
On Sat, 30 Oct 2010 02:16:47 +0300, Felipe Contreras wrote: > At least linux has the -Wl,--as-needed option. > > Signed-off-by: Felipe Contreras Thanks, Felipe. I've pushed this. I also followed it up with a change to do a configure-time check for the -Wl,--as-needed option, (since I don't li

[PATCH 2/2] build: only link to what we really use

2010-10-30 Thread Felipe Contreras
At least linux has the -Wl,--as-needed option. Signed-off-by: Felipe Contreras --- Makefile.local |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile.local b/Makefile.local index 9fed725..70c395a 100644 --- a/Makefile.local +++ b/Makefile.local @@ -33,7 +33,9 @@

[PATCH 2/2] build: only link to what we really use

2010-10-29 Thread Felipe Contreras
At least linux has the -Wl,--as-needed option. Signed-off-by: Felipe Contreras --- Makefile.local |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile.local b/Makefile.local index 9fed725..70c395a 100644 --- a/Makefile.local +++ b/Makefile.local @@ -33,7 +33,9 @@