aboutsummaryrefslogtreecommitdiffstats
path: root/config/x86_64.mk
diff options
context:
space:
mode:
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)