Add support for Haikuos on PowerPC (#799)
authorYn0ga <ynoga@protonmail.com>
Sat, 21 Oct 2023 11:43:43 +0000 (13:43 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Oct 2023 11:43:43 +0000 (07:43 -0400)
configure.host

index b291bd0ef66fc41bdbb44411cc024dc9cd46ffba..4cc69be4fe294ff0c005c15bf575499709ac526f 100644 (file)
@@ -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*)