Skip to content

Commit

Permalink
arm_v_6l
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly committed Aug 31, 2021
1 parent dd642d5 commit e538a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion U/USRPHardwareDriver/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ make install
# platforms are passed in on the command line
# TODO: Windows has several issues with boost threads. There is a WIP branch:
# https://github.com/JuliaTelecom/uhd/tree/juliatelecom/patch-v4.1.0.1
platforms = filter!(p -> !Sys.iswindows(p) && !in(arch(p),("armv7l","arm6l")), supported_platforms(;experimental=true))
platforms = filter!(p -> !Sys.iswindows(p) && !in(arch(p),("armv7l","armv6l")), supported_platforms(;experimental=true))
platforms = expand_cxxstring_abis(platforms)
# For some reasons, building for CXX03 string ABI doesn't actually work, skip it
filter!(x -> cxxstring_abi(x) != "cxx03", platforms)
Expand Down

0 comments on commit e538a92

Please sign in to comment.