Add a patch to allow building u-boot on arm
Submitted by: kientzle
This commit is contained in:
parent
e1f2e63252
commit
8060c5ff30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389741
2 changed files with 12 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PKGNAMEPREFIX= arm-none-eabi-
|
||||
COMMENT= GNU Compiler Collection for bare metal arm cross-development
|
||||
GCC_TARGET= arm-none-eabi
|
||||
|
|
11
devel/powerpc64-gcc/files/patch-gcc-freebsd-arm
Normal file
11
devel/powerpc64-gcc/files/patch-gcc-freebsd-arm
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- gcc/config.host-orig 2015-04-05 20:24:52.780459000 +0000
|
||||
+++ gcc/config.host 2015-04-05 20:25:38.250952000 +0000
|
||||
@@ -99,7 +99,7 @@
|
||||
esac
|
||||
|
||||
case ${host} in
|
||||
- arm*-*-linux*)
|
||||
+ arm*-*-*)
|
||||
case ${target} in
|
||||
arm*-*-*)
|
||||
host_extra_gcc_objs="driver-arm.o"
|
Loading…
Reference in a new issue