summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/Makefile.rules
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2019-05-03 06:15:08 -0700
committerJohn Levon <john.levon@joyent.com>2019-05-13 01:55:47 -0700
commit0250bb16937dff6249965f46ef0ff3927359e704 (patch)
treef0129f208c65d0bd73f02dc6f07f41b65519e4e1 /usr/src/uts/intel/Makefile.rules
parent9e0bf232630ca5ae16a56613041b276f8a1c9740 (diff)
downloadillumos-joyent-0250bb16937dff6249965f46ef0ff3927359e704.tar.gz
10925 remove 32-bit x86 krtld
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/uts/intel/Makefile.rules')
-rw-r--r--usr/src/uts/intel/Makefile.rules6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/uts/intel/Makefile.rules b/usr/src/uts/intel/Makefile.rules
index 5829d88c32..bcf29cb99a 100644
--- a/usr/src/uts/intel/Makefile.rules
+++ b/usr/src/uts/intel/Makefile.rules
@@ -21,7 +21,7 @@
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
-# Copyright 2019 Joyent, Inc. All rights reserved.
+# Copyright 2019 Joyent, Inc.
# Copyright 2017 Nexenta Systems, Inc.
#
@@ -279,9 +279,7 @@ $(OBJS_DIR)/%.o: $(UTSBASE)/intel/zfs/%.c
KRTLD_INC_PATH = -I$(UTSBASE)/common/krtld -I$(UTSBASE)/intel/sys
KRTLD_INC_PATH += -I$(UTSBASE)/intel/$(SUBARCH_DIR)/krtld
-KRTLD_CPPFLAGS_32 = -DELF_TARGET_386
-KRTLD_CPPFLAGS_64 = -DELF_TARGET_AMD64 -DMODDIR_SUFFIX=\"amd64\"
-KRTLD_CPPFLAGS = $(KRTLD_CPPFLAGS_$(CLASS)) -D_KRTLD
+KRTLD_CPPFLAGS = -D_KRTLD -DELF_TARGET_AMD64 -DMODDIR_SUFFIX=\"amd64\"
$(OBJS_DIR)/%.o: $(UTSBASE)/common/krtld/%.c
$(COMPILE.c) $(KRTLD_INC_PATH) $(KRTLD_CPPFLAGS) -o $@ $<