Raymond Toy pushed to branch issue-425-correctly-rounded-math-functions at cmucl / cmucl
Commits:
-
431e06e7
by Raymond Toy at 2025-08-09T21:58:19-07:00
1 changed file:
Changes:
... | ... | @@ -173,8 +173,10 @@ linux:cross-build: |
173 | 173 | #- job: linux:install
|
174 | 174 | artifacts: true
|
175 | 175 | script:
|
176 | - - bin/create-target.sh xtarget
|
|
177 | - - bin/create-target.sh xcross
|
|
176 | + # Use x86_linux_clang to build because x86_linux with gcc gives an
|
|
177 | + # internal compiler error building core-math.
|
|
178 | + - bin/create-target.sh xtarget x86_linux_clang
|
|
179 | + - bin/create-target.sh xcross x86_linux_clang
|
|
178 | 180 | - bin/cross-build-world.sh -crl xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp dist/bin/lisp
|
179 | 181 | - bin/build.sh -b xlinux $bootstrap -R -C "" -o "xtarget/lisp/lisp -lib xtarget/lisp"
|
180 | 182 | - bin/make-dist.sh -I xdist xlinux-4
|