X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=scripts%2Fext-toolchain.sh;h=f4b98774697adf532914b197f2a3556cc0297732;hb=08fb61d316dc897b62a3d746927768b87e1bff58;hp=a552fbe3fcce3dfff791cc1ce65fdd8e70ace1aa;hpb=3eff7927ceeafb607500595de75dc46891aab3c6;p=openwrt%2Fstaging%2Fluka.git diff --git a/scripts/ext-toolchain.sh b/scripts/ext-toolchain.sh index a552fbe3fc..f4b9877469 100755 --- a/scripts/ext-toolchain.sh +++ b/scripts/ext-toolchain.sh @@ -3,7 +3,7 @@ # Script for various external toolchain tasks, refer to # the --help output for more information. # -# Copyright (C) 2012 Jo-Philipp Wich +# Copyright (C) 2012 Jo-Philipp Wich # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -38,6 +38,7 @@ LIB_SPECS=" gcc: libgcc_s ssp: libssp gfortran: libgfortran + gomp: libgomp " # Binary specs @@ -361,7 +362,7 @@ print_config() { fi local lib - for lib in C RT PTHREAD GCC STDCPP SSP GFORTRAN; do + for lib in C RT PTHREAD GCC STDCPP SSP GFORTRAN GOMP; do local file local spec="" local llib="$(echo "$lib" | sed -e 's#.*#\L&#')"