This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [PATCH 3/4] Add test cases for BZ #14557


> +	[BZ #14557]
> +	* Makefile (tests-static): Add tst-cancel24-static
> +	tst-cond8-static tst-mutex8-static tst-mutexpi8-static
> +	tst-sem11-static tst-sem12-static.

Use commas.

>  LDLIBS-tst-cancel24 = $(no-as-needed) -lstdc++
> +LDLIBS-tst-cancel24-static = $(no-as-needed) -lstdc++

LDLIBS-tst-cancel24-static = $(LDLIBS-tst-cancel24)


This is fine with those changes.


Thanks,
Roland


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