[RFC 1/2] link gdbserver against libiberty

Yao Qi yao@codesourcery.com
Tue Jan 21 02:03:00 GMT 2014


On 01/21/2014 02:49 AM, Tom Tromey wrote:
> 2014-01-20  Tom Tromey  <tromey@redhat.com>
> 
> 	* Makefile.in (LIBIBERTY_BUILDDIR, LIBIBERTY): New variables.
> 	(SUBDIRS, REQUIRED_SUBDIRS): Add libiberty.
> 	(FLAGS_TO_PASS): Remove AR, AR_FLAGS

period is missing ...

>  
>  FLAGS_TO_PASS = \
>  	"prefix=$(prefix)" \
> @@ -213,8 +216,6 @@ FLAGS_TO_PASS = \
>  	"includedir=$(includedir)" \
>  	"against=$(against)" \
>  	"DESTDIR=$(DESTDIR)" \
> -	"AR=$(AR)" \
> -	"AR_FLAGS=$(AR_FLAGS)" \
>  	"CC=$(CC)" \
>  	"CFLAGS=$(CFLAGS)" \
>  	"CXX=$(CXX)" \

... and I don't understand why do we remove AR and AR_FLAGS from
FLAGS_TO_PASS.

-- 
Yao (齐尧)



More information about the Gdb-patches mailing list