Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24'

* commit '535a742c2695a9e0c586b50d7fa76e318232ff24':
  build: Change structure of the linker version script templates

Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
This commit is contained in:
Matthieu Bouron
2016-06-27 17:51:57 +02:00
10 changed files with 67 additions and 46 deletions

View File

@@ -1,4 +1,7 @@
LIBPOSTPROC_$MAJOR {
global: postproc_*; pp_*;
local: *;
LIBPOSTPROC_MAJOR {
global:
postproc_*;
pp_*;
local:
*;
};