Deleted Added
full compact
Makefile.powerpc (209975) Makefile.powerpc (222898)
1# Makefile.powerpc -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
1# Makefile.powerpc -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# $FreeBSD: head/sys/conf/Makefile.powerpc 209975 2010-07-13 05:32:19Z nwhitehorn $
4# $FreeBSD: head/sys/conf/Makefile.powerpc 222898 2011-06-09 19:47:30Z nwhitehorn $
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/powerpc/conf/``machineid''
12# after which you should do

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

30.endif
31
32LDSCRIPT_NAME?= ldscript.${MACHINE_ARCH}
33
34.include "$S/conf/kern.pre.mk"
35
36INCLUDES+= -I$S/contrib/libfdt
37
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/powerpc/conf/``machineid''
12# after which you should do

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

30.endif
31
32LDSCRIPT_NAME?= ldscript.${MACHINE_ARCH}
33
34.include "$S/conf/kern.pre.mk"
35
36INCLUDES+= -I$S/contrib/libfdt
37
38CFLAGS+= -msoft-float
38CFLAGS+= -msoft-float -Wa,-many
39
40DDB_ENABLED!= grep DDB opt_ddb.h || true
41.if !empty(DDB_ENABLED)
42CFLAGS+= -fno-omit-frame-pointer
43.endif
44
45%BEFORE_DEPEND
46

--- 13 unchanged lines hidden ---
39
40DDB_ENABLED!= grep DDB opt_ddb.h || true
41.if !empty(DDB_ENABLED)
42CFLAGS+= -fno-omit-frame-pointer
43.endif
44
45%BEFORE_DEPEND
46

--- 13 unchanged lines hidden ---