Deleted Added
full compact
Makefile.arm (159758) Makefile.arm (160479)
1# Makefile.arm -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
1# Makefile.arm -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# $FreeBSD: head/sys/conf/Makefile.arm 159758 2006-06-18 22:46:30Z cognet $
4# $FreeBSD: head/sys/conf/Makefile.arm 160479 2006-07-18 21:16:39Z cognet $
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/arm/conf/``machineid''
12# after which you should do

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

34.include "$S/conf/kern.pre.mk"
35
36SYSTEM_LD:= ${SYSTEM_LD:$S/conf/ldscript.$M=ldscript.$M}
37SYSTEM_DEP:= ${SYSTEM_DEP:$S/conf/ldscript.$M=ldscript.$M}
38
39.if defined(ARM_BIG_ENDIAN)
40CC += -mbig-endian
41SYSTEM_LD += -EB
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/arm/conf/``machineid''
12# after which you should do

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

34.include "$S/conf/kern.pre.mk"
35
36SYSTEM_LD:= ${SYSTEM_LD:$S/conf/ldscript.$M=ldscript.$M}
37SYSTEM_DEP:= ${SYSTEM_DEP:$S/conf/ldscript.$M=ldscript.$M}
38
39.if defined(ARM_BIG_ENDIAN)
40CC += -mbig-endian
41SYSTEM_LD += -EB
42LD += -EB
42.endif
43
44
45.if !defined(DEBUG) && !defined(PROFLEVEL)
46CFLAGS += -mno-apcs-frame
47STRIP_FLAGS = -S
48.endif
49

--- 80 unchanged lines hidden ---
43.endif
44
45
46.if !defined(DEBUG) && !defined(PROFLEVEL)
47CFLAGS += -mno-apcs-frame
48STRIP_FLAGS = -S
49.endif
50

--- 80 unchanged lines hidden ---