MORPHOS: add morphos to use gnu++ (std_variant)

This commit is contained in:
BeWorld 2022-04-17 15:27:44 +02:00 committed by Filippos Karapetis
parent 2c94bc32ba
commit eac9be3825

2
configure vendored
View File

@ -2145,7 +2145,7 @@ if test "$have_gcc" = yes ; then
std_variant=gnu++
pedantic=no
;;
amigaos* | dreamcast | ds | mingw* | mint* | n64 | ps3 | psp2)
amigaos* | dreamcast | ds | mingw* | mint* | morphos | n64 | ps3 | psp2)
std_variant=gnu++
;;
*)