Deleted Added
full compact
Makefile.i386 (225736) Makefile.i386 (232930)
1# Makefile.i386 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
1# Makefile.i386 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# $FreeBSD: stable/9/sys/conf/Makefile.i386 218893 2011-02-20 19:33:47Z dim $
4# $FreeBSD: stable/9/sys/conf/Makefile.i386 232930 2012-03-13 18:39:57Z dim $
5#
6# Makefile for FreeBSD
7#
8# This makefile is constructed from a machine description:
9# config machineid
10# Most changes should be made in the machine description
11# /sys/i386/conf/``machineid''
12# after which you should do

--- 16 unchanged lines hidden (view full) ---

29.endif
30.endif
31.include "$S/conf/kern.pre.mk"
32
33MACHINE=i386
34
35MKMODULESENV+= MACHINE=${MACHINE}
36
5#
6# Makefile for FreeBSD
7#
8# This makefile is constructed from a machine description:
9# config machineid
10# Most changes should be made in the machine description
11# /sys/i386/conf/``machineid''
12# after which you should do

--- 16 unchanged lines hidden (view full) ---

29.endif
30.endif
31.include "$S/conf/kern.pre.mk"
32
33MACHINE=i386
34
35MKMODULESENV+= MACHINE=${MACHINE}
36
37.if ${CC:T:Mclang} == "clang"
38# XXX: clang integrated-as doesn't grok .codeNN directives yet
37# XXX: clang integrated-as doesn't grok .codeNN directives yet
39ASM_CFLAGS+= ${.IMPSRC:T:Macpi_wakecode.S:C/^.+$/-no-integrated-as/}
40ASM_CFLAGS+= ${.IMPSRC:T:Mmpboot.s:C/^.+$/-no-integrated-as/}
41.endif
38ASM_CFLAGS.acpi_wakecode.S= ${CLANG_NO_IAS}
39ASM_CFLAGS.mpboot.s= ${CLANG_NO_IAS}
40ASM_CFLAGS+= ${ASM_CFLAGS.${.IMPSRC:T}}
42
43%BEFORE_DEPEND
44
45%OBJS
46
47%FILES.c
48
49%FILES.s
50
51%FILES.m
52
53%CLEAN
54
55%RULES
56
57.include "$S/conf/kern.post.mk"
41
42%BEFORE_DEPEND
43
44%OBJS
45
46%FILES.c
47
48%FILES.s
49
50%FILES.m
51
52%CLEAN
53
54%RULES
55
56.include "$S/conf/kern.post.mk"