Skip to content

Commit

Permalink
scripts: Probe external toolchains for libgomp
Browse files Browse the repository at this point in the history
Now that libgomp can be a package, probe external toolchains for that
library.

Signed-off-by: Florian Fainelli <[email protected]>
  • Loading branch information
ffainelli committed May 11, 2017
1 parent c258bc7 commit 08fb61d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ext-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ LIB_SPECS="
gcc: libgcc_s
ssp: libssp
gfortran: libgfortran
gomp: libgomp
"

# Binary specs
Expand Down Expand Up @@ -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&#')"
Expand Down

0 comments on commit 08fb61d

Please sign in to comment.