Re: [PATCH] btrfs-progs: Move -rdynamic linker only option to LDFLAGS.

2015-02-11 Thread David Sterba
On Wed, Feb 11, 2015 at 08:46:24AM +0800, Qu Wenruo wrote: > Same thing as clang cleanup patch: > commit 040b3f11ba6bd793a9ef79ed4d9032d22370 > Author: Qu Wenruo > Date: Fri Dec 19 14:13:08 2014 +0800 > > btrfs-progs: Makefile: Move linker only option to LDFLAGS > > But the move to aut

[PATCH] btrfs-progs: Move -rdynamic linker only option to LDFLAGS.

2015-02-10 Thread Qu Wenruo
Same thing as clang cleanup patch: commit 040b3f11ba6bd793a9ef79ed4d9032d22370 Author: Qu Wenruo Date: Fri Dec 19 14:13:08 2014 +0800 btrfs-progs: Makefile: Move linker only option to LDFLAGS But the move to autoconfig seems using old Makefile. So do it again. Signed-off-by: Qu Wenruo