aboutsummaryrefslogtreecommitdiffstats
path: root/config/x86_64.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-22 14:29:11 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-22 14:29:11 +0000
commitc8107e1564b783e344be4af53dd156a452c53eee (patch)
treeb24eb9f8614374b5b166233fc89dbd1307d70bde /config/x86_64.mk
parent590e56fc113b8cbe3d4f0efe23b0690be1cb7bf1 (diff)
downloadxen-c8107e1564b783e344be4af53dd156a452c53eee.tar.gz
xen-c8107e1564b783e344be4af53dd156a452c53eee.tar.bz2
xen-c8107e1564b783e344be4af53dd156a452c53eee.zip
Apply PREFIX directly to LIBDIR.
Signed-off-by: Bastian Blank <waldi@debian.org>
Diffstat (limited to 'config/x86_64.mk')
-rw-r--r--config/x86_64.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/x86_64.mk b/config/x86_64.mk
index 288878638c..64291837a4 100644
--- a/config/x86_64.mk
+++ b/config/x86_64.mk
@@ -9,7 +9,10 @@ CONFIG_XCUTILS := y
CONFIG_IOEMU := y
CFLAGS += -m64
-LIBDIR = $(LIB64DIR)
+
+LIBDIR = $(LIBDIR_x86_64)
+
+SunOS_LIBDIR = $(SunOS_LIBDIR_x86_64)
# Use only if calling $(LD) directly.
ifeq ($(XEN_OS),OpenBSD)