diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2017-09-30 12:14:02 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2017-10-16 16:32:43 -0700 |
commit | e4796ab7c8a5f00c9f35124384c4d0d5fc155541 (patch) | |
tree | e1d7958c421a9cd87077edf4db572ad1f1fcde86 /build-support/conftest.map | |
parent | 3b209e9304b88ecad5c49694a98deb8f28f4c5f7 (diff) |
configure: commit test files
These are currently auto-generated, but meson needs the same files, so
lets commit them to reduce duplication.
v3: - Rename .build to build-support
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'build-support/conftest.map')
-rw-r--r-- | build-support/conftest.map | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build-support/conftest.map b/build-support/conftest.map new file mode 100644 index 0000000000..7d8590ff35 --- /dev/null +++ b/build-support/conftest.map @@ -0,0 +1,6 @@ +VERSION_1 { + global: + main; + local: + *; +}; |