From 8d9da54dd58da7a909bb5981db27bb4e8e57d21c Mon Sep 17 00:00:00 2001 From: Kimmo Ollila Date: Thu, 19 Jan 2017 11:51:50 +0200 Subject: Add a configure check for alloca() Alloca() is not supported on all platforms, like INTEGRITY on ARM, so adding a configure check for it. This can be used when building QtQml and 3rd party code, in particular PCRE2 and SQLite. Change-Id: I9785e16c21f67d1a68fef567e18c3356170f027e Reviewed-by: Lars Knoll --- config.tests/common/alloca/alloca.pro | 1 + 1 file changed, 1 insertion(+) create mode 100644 config.tests/common/alloca/alloca.pro (limited to 'config.tests/common/alloca/alloca.pro') diff --git a/config.tests/common/alloca/alloca.pro b/config.tests/common/alloca/alloca.pro new file mode 100644 index 0000000000..a2d7d45da2 --- /dev/null +++ b/config.tests/common/alloca/alloca.pro @@ -0,0 +1 @@ +SOURCES = alloca.cpp -- cgit v1.2.3