projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a5d1ed
)
efi: use EFI_CC
author
Marc-Antoine Perennou
<Marc-Antoine@Perennou.com>
Tue, 7 Apr 2015 18:54:04 +0000
(20:54 +0200)
committer
David Herrmann
<dh.herrmann@gmail.com>
Sat, 11 Apr 2015 10:41:43 +0000
(12:41 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 6713e036adf5a1879998b0f2df82ac0ba0027cfe..79f6ddfca334dbe57845d5035d5541c4cf918b93 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1177,7
+1177,7
@@
AS_IF([test "x$enable_gnuefi" != "xno"], [
[AC_MSG_ERROR([*** gnuefi support requested but headers not found])])
])
- efiroot=$(echo $(cd /usr/lib/$(
gcc
-print-multi-os-directory); pwd))
+ efiroot=$(echo $(cd /usr/lib/$(
${EFI_CC}
-print-multi-os-directory); pwd))
EFI_LIB_DIR="$efiroot"
AC_ARG_WITH(efi-libdir,