* updated libkomparediff2 (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / architecture / avr32 / pkg_gcc_post.conf
blob45019be8aae6a17d5822a0150478809ce32d80b8
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: architecture/avr32/pkg_gcc_post.conf
3 # Copyright (C) 2007 - 2021 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 var_append SYSGCC_WRAPPER_APPEND ' ' '-fgnu89-inline'
13 var_append SYSCC_WRAPPER_INSERT " " "-fcommon"
15 var_remove CXX_WRAPPER_APPEND " " "-Wno-narrowing"
17 var_remove_regex patchfiles ' ' .*uclibc.*gcc-99.*
19 var_remove confopt ' ' '--disable-libstdc++-v3'
20 atstage toolchain && var_append confopt ' ' '--disable-libmudflap'
21 hook_add postpatch 6 'uclibc_fix_configsub ltconfig'
23 var_append makeopt ' ' 'MAKEINFO=true'
24 var_append makeinstopt ' ' 'MAKEINFO=true'