]> git.ipfire.org Git - thirdparty/grub.git/commit
use TARGET_LDFLAGS in grub_PROG_OBJCOPY_ABSOLUTE
authorAndrei Borzenkov <arvidjaar@gmail.com>
Sun, 5 Jul 2015 05:21:38 +0000 (08:21 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Sun, 5 Jul 2015 05:21:38 +0000 (08:21 +0300)
commit0d7c7f751dc5a8338497bef8b38f78153c4f0464
tree56a3b86b6450fe3c875e9b39839b92ff5b756750
parent7a210304ebfd6d704b4fc08fe496a0c417441879
use TARGET_LDFLAGS in grub_PROG_OBJCOPY_ABSOLUTE

That's what Makefile will use and it is required if unusual flags
must be passed to linker (e.g. to build ppc32 code on ppc64le with clang).
acinclude.m4