# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: architecture/avr32/pkg_gcc_post.conf # Copyright (C) 2007 - 2021 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- var_append SYSGCC_WRAPPER_APPEND ' ' '-fgnu89-inline' var_append SYSCC_WRAPPER_INSERT " " "-fcommon" var_remove CXX_WRAPPER_APPEND " " "-Wno-narrowing" var_remove_regex patchfiles ' ' .*uclibc.*gcc-99.* var_remove confopt ' ' '--disable-libstdc++-v3' atstage toolchain && var_append confopt ' ' '--disable-libmudflap' hook_add postpatch 6 'uclibc_fix_configsub ltconfig' var_append makeopt ' ' 'MAKEINFO=true' var_append makeinstopt ' ' 'MAKEINFO=true'