On 9/17/14 8:50 AM, Saleem Abdulrasool wrote:
+    // ACLE 6.5.1 Hardware Floating Point
+    if (HW_FP)
+      Builder.defineMacro("__ARM_FP", std::to_string(HW_FP));
A hex string might be nicer....

Either way, thanks for implementing this!


Jon
+
      // ACLE predefines.
      Builder.defineMacro("__ARM_ACLE", "200");



--
Jon Roelofs
[email protected]
CodeSourcery / Mentor Embedded
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to