projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
484c1a0
)
Add support for powerpc64le-*-freebsd*. (#581)
author
Brandon Bergren
<git@bdragon.rtk0.net>
Tue, 27 Oct 2020 14:07:38 +0000
(09:07 -0500)
committer
GitHub
<noreply@github.com>
Tue, 27 Oct 2020 14:07:38 +0000
(10:07 -0400)
Tests pass with no additional changes needed, tested on hardware.
configure.host
patch
|
blob
|
history
diff --git
a/configure.host
b/configure.host
index c7d63fd9489e9ae0bb70c05f550d41af6e0efe71..d9623e92f605b2e6b53155cbdf8578585d56f7e2 100644
(file)
--- a/
configure.host
+++ b/
configure.host
@@
-222,7
+222,7
@@
case "${host}" in
TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
CFLAGS="$CFLAGS -D__NO_FPRS__"
;;
- powerpc64-*-freebsd*)
+ powerpc64-*-freebsd*
| powerpc64le-*-freebsd*
)
TARGET=POWERPC; TARGETDIR=powerpc
;;
powerpc*-*-rtems*)