[configure] Add new target.
authorRodrigo Kumpera <kumpera@gmail.com>
Tue, 7 Apr 2015 20:02:48 +0000 (16:02 -0400)
committerRodrigo Kumpera <kumpera@gmail.com>
Tue, 7 Apr 2015 20:03:43 +0000 (16:03 -0400)
configure.ac

index 8e0f7c924b09759374d2d663574fe51d8dc7e4b1..7a4803a3f6977ac348689539cd73eed175bcd65c 100644 (file)
@@ -3061,6 +3061,18 @@ if test "x$host" != "x$target"; then
                with_tls=pthread
                target_mach=no
                ;;
+   x86_64-ps4-freebsd)
+               TARGET=AMD64;
+               arch_target=amd64;
+               AC_DEFINE(TARGET_AMD64, 1, [...])
+               AC_DEFINE(TARGET_PS4, 1, [...])
+               CPPFLAGS="$CPPFLAGS"
+               sgen_supported=true
+               # Can't use tls, since it depends on the runtime detection of tls offsets
+               # in mono-compiler.h
+               with_tls=pthread
+               target_mach=no
+               ;;
    aarch64*-linux-*)
                TARGET=ARM64;
                arch_target=arm64;