This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC 1/2] link gdbserver against libiberty


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 (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]