]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/s390/s390.h
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / config / s390 / s390.h
index bf40b4c06440d30a4951e034a315479173f1ecc5..3cfd3452d4848ee1d508851cf5b5bc75b934771b 100644 (file)
@@ -200,6 +200,9 @@ enum processor_flags
 /* Target CPU builtins.  */
 #define TARGET_CPU_CPP_BUILTINS() s390_cpu_cpp_builtins (pfile)
 
+/* Target CPU versions for D.  */
+#define TARGET_D_CPU_VERSIONS s390_d_target_versions
+
 #ifdef DEFAULT_TARGET_64BIT
 #define TARGET_DEFAULT     (MASK_64BIT | MASK_ZARCH | MASK_HARD_DFP    \
                            | MASK_OPT_HTM | MASK_OPT_VX)