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:
dd90749
)
Add support for Haikuos on PowerPC (#799)
author
Yn0ga
<ynoga@protonmail.com>
Sat, 21 Oct 2023 11:43:43 +0000
(13:43 +0200)
committer
GitHub
<noreply@github.com>
Sat, 21 Oct 2023 11:43:43 +0000
(07:43 -0400)
configure.host
patch
|
blob
|
history
diff --git
a/configure.host
b/configure.host
index b291bd0ef66fc41bdbb44411cc024dc9cd46ffba..4cc69be4fe294ff0c005c15bf575499709ac526f 100644
(file)
--- a/
configure.host
+++ b/
configure.host
@@
-205,7
+205,7
@@
case "${host}" in
powerpc-*-eabi*)
TARGET=POWERPC; TARGETDIR=powerpc
;;
- powerpc-*-beos*)
+ powerpc-*-beos*
| powerpc-*-haiku*
)
TARGET=POWERPC; TARGETDIR=powerpc
;;
powerpc-*-darwin* | powerpc64-*-darwin*)