mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn't
consistently used. It was a carry over from NetBSD that FreeBSD doesn't use.
This commit is contained in:
parent
e38d647a53
commit
c192c5d300
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291110
@ -4,7 +4,6 @@
|
||||
cpu CPU_CORTEXA
|
||||
machine arm armv6
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
makeoption ARM_LITTLE_ENDIAN
|
||||
|
||||
makeoptions KERNVIRTADDR=0xc0200000
|
||||
options KERNVIRTADDR=0xc0200000
|
||||
|
@ -4,7 +4,6 @@
|
||||
cpu CPU_CORTEXA
|
||||
machine arm armv6
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
makeoption ARM_LITTLE_ENDIAN
|
||||
|
||||
makeoptions KERNVIRTADDR=0xc0200000
|
||||
options KERNVIRTADDR=0xc0200000
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
makeoption ARM_LITTLE_ENDIAN
|
||||
|
||||
cpu CPU_CORTEXA
|
||||
machine arm armv6
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
makeoption ARM_LITTLE_ENDIAN
|
||||
|
||||
cpu CPU_CORTEXA
|
||||
machine arm armv6
|
||||
makeoptions CONF_CFLAGS="-march=armv7a -DAL_HAVE_TYPES"
|
||||
|
@ -2,7 +2,6 @@
|
||||
machine arm armv6
|
||||
cpu CPU_CORTEXA
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
makeoptions ARM_LITTLE_ENDIAN
|
||||
options ARM_L2_PIPT
|
||||
|
||||
options KERNVIRTADDR=0xc0100000
|
||||
|
@ -2,7 +2,6 @@
|
||||
machine arm armv6
|
||||
cpu CPU_CORTEXA
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
makeoptions ARM_LITTLE_ENDIAN
|
||||
options ARM_L2_PIPT
|
||||
|
||||
options KERNVIRTADDR=0xc0100000
|
||||
|
@ -2,7 +2,6 @@
|
||||
machine arm armv6
|
||||
cpu CPU_CORTEXA
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
makeoptions ARM_LITTLE_ENDIAN
|
||||
options ARM_L2_PIPT
|
||||
|
||||
options KERNVIRTADDR = 0xc2000000
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
makeoption ARM_LITTLE_ENDIAN
|
||||
|
||||
cpu CPU_CORTEXA
|
||||
machine arm armv6
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
|
@ -2,7 +2,6 @@
|
||||
machine arm armv6
|
||||
cpu CPU_CORTEXA
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
makeoptions ARM_LITTLE_ENDIAN
|
||||
options ARM_L2_PIPT
|
||||
|
||||
options KERNVIRTADDR = 0xc1000000
|
||||
|
@ -4,7 +4,6 @@
|
||||
cpu CPU_CORTEXA
|
||||
machine arm armv6
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
makeoption ARM_LITTLE_ENDIAN
|
||||
|
||||
makeoptions KERNVIRTADDR=0xc0400000
|
||||
options KERNVIRTADDR=0xc0400000
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
makeoption ARM_LITTLE_ENDIAN
|
||||
|
||||
cpu CPU_CORTEXA
|
||||
machine arm armv6
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
|
@ -1,7 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
makeoption ARM_LITTLE_ENDIAN
|
||||
|
||||
cpu CPU_CORTEXA
|
||||
machine arm armv6
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
|
@ -2,7 +2,6 @@
|
||||
#$FreeBSD$
|
||||
files "../ti/am335x/files.am335x"
|
||||
include "../ti/std.ti"
|
||||
makeoption ARM_LITTLE_ENDIAN
|
||||
|
||||
options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
||||
makeoptions KERNVIRTADDR=0xc0200000
|
||||
|
@ -2,7 +2,6 @@
|
||||
#$FreeBSD$
|
||||
files "../ti/omap4/files.omap4"
|
||||
include "../ti/std.ti"
|
||||
makeoption ARM_LITTLE_ENDIAN
|
||||
|
||||
options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
|
||||
makeoptions KERNVIRTADDR=0xc0200000
|
||||
|
Loading…
Reference in New Issue
Block a user