aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/conf/Makefile.amd645
-rw-r--r--sys/conf/Makefile.i3865
-rw-r--r--sys/conf/Makefile.pc984
3 files changed, 0 insertions, 14 deletions
diff --git a/sys/conf/Makefile.amd64 b/sys/conf/Makefile.amd64
index 09184171fe5f..d34359f1d30b 100644
--- a/sys/conf/Makefile.amd64
+++ b/sys/conf/Makefile.amd64
@@ -37,11 +37,6 @@ INCLUDES+= -I$S/contrib/libfdt
CFLAGS+= -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
.endif
-# XXX: clang integrated-as doesn't grok .codeNN directives yet
-ASM_CFLAGS.acpi_wakecode.S= ${CLANG_NO_IAS}
-ASM_CFLAGS.mpboot.S= ${CLANG_NO_IAS}
-ASM_CFLAGS+= ${ASM_CFLAGS.${.IMPSRC:T}}
-
%BEFORE_DEPEND
%OBJS
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index e2f72bf7f397..621ebff79e19 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -32,11 +32,6 @@ S= ../../..
INCLUDES+= -I$S/contrib/libfdt
-# XXX: clang integrated-as doesn't grok .codeNN directives yet
-ASM_CFLAGS.acpi_wakecode.S= ${CLANG_NO_IAS}
-ASM_CFLAGS.mpboot.s= ${CLANG_NO_IAS}
-ASM_CFLAGS+= ${ASM_CFLAGS.${.IMPSRC:T}}
-
%BEFORE_DEPEND
%OBJS
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index 728261b417b0..28d0956912bc 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -30,10 +30,6 @@ S= ../../..
.endif
.include "$S/conf/kern.pre.mk"
-# XXX: clang integrated-as doesn't grok .codeNN directives yet
-ASM_CFLAGS.mpboot.s= ${CLANG_NO_IAS}
-ASM_CFLAGS+= ${ASM_CFLAGS.${.IMPSRC:T}}
-
%BEFORE_DEPEND
%OBJS