From 2be88e05c043e8abc1b6a3c94c4699859a7adf68 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 2 Apr 2010 18:57:58 +0000 Subject: Allow symbol export filtering to work properly on platforms that have symbol prefixes. Some platforms prefix externally-visible symbols in object files generated from C sources (most commonly, '_' is the prefix). On these platforms, the existing symbol export filtering process ends up suppressing all the symbols that are supposed to be left visible. This patch allows the prefix string to be supplied to the top-level Makefile in the LINKER_SYMBOL_PREFIX variable, and then generates the linker scripts as required to include the prefix supplied. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@255906 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile.moddir_rules | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.moddir_rules') diff --git a/Makefile.moddir_rules b/Makefile.moddir_rules index 00494a8b5..b883548af 100644 --- a/Makefile.moddir_rules +++ b/Makefile.moddir_rules @@ -129,6 +129,7 @@ uninstall:: dist-clean:: rm -f .*.moduleinfo .moduleinfo rm -f .*.makeopts .makeopts + rm -f *.exports .%.moduleinfo: %.c @echo "" > $@ -- cgit v1.2.3