https://github.com/JuliaLang/julia
Revision 99d05392d2ac7693607c7d8ba8bcbb27a79618b5 authored by Valentin Churavy on 20 September 2016, 13:50:35 UTC, committed by Valentin Churavy on 06 October 2016, 06:17:15 UTC
Apparently binaries build with gcc 4.8 have a different ARCH set then
binaries build with gcc 4.9.

(cherry picked from commit 32af90c6045182d5a4aaefa62662eb8b0cb192dd)
x-ref: #18601
1 parent e8f6bf2
Raw File
Tip revision: 99d05392d2ac7693607c7d8ba8bcbb27a79618b5 authored by Valentin Churavy on 20 September 2016, 13:50:35 UTC
[PPC] Fix ARCH check for 128bit atomic test
Tip revision: 99d0539
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/usr
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.exe
*.dll
*.do
*.o
*.obj
*.so
*.dylib
*.dSYM
*.jl.cov
*.jl.*.cov
*.jl.mem
*.ji

.DS_Store
back to top