aboutsummaryrefslogtreecommitdiffstats
path: root/abi-descriptor.template
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2011-06-04 21:30:27 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2011-06-04 21:30:27 +0000
commit77ea6956a0f4d122aa271b356d49479bc8462011 (patch)
treec4cf336cfcc437dfcd36a7608f1c3608d77be7fc /abi-descriptor.template
parentd2dea019000831450539bd89c77ea6f32d4681a1 (diff)
Include config.h and define _U_ for dumping ABI.
svn path=/trunk/; revision=37545
Diffstat (limited to 'abi-descriptor.template')
-rw-r--r--abi-descriptor.template6
1 files changed, 6 insertions, 0 deletions
diff --git a/abi-descriptor.template b/abi-descriptor.template
index f52ef24f0f..dbf7f3841b 100644
--- a/abi-descriptor.template
+++ b/abi-descriptor.template
@@ -11,4 +11,10 @@
</libs>
<include_paths>INCLUDE_DIRS
</include_paths>
+<gcc_options>
+ -D_U_="__attribute((unused))"
+</gcc_options>
+<include_preamble>
+ config.h
+</include_preamble>
</descriptor>