Raymond Toy pushed to branch issue-425-correctly-rounded-math-functions at cmucl / cmucl
Commits:
-
0cca89a6
by Raymond Toy at 2025-08-12T15:52:01-07:00
1 changed file:
Changes:
| ... | ... | @@ -182,10 +182,10 @@ linux:cross-build: |
| 182 | 182 | script:
|
| 183 | 183 | # Use x86_linux_clang to build because x86_linux with gcc gives an
|
| 184 | 184 | # internal compiler error building core-math.
|
| 185 | - - bin/create-target.sh xtarget x86_linux_clang
|
|
| 186 | - - bin/create-target.sh xcross x86_linux_clang
|
|
| 185 | + - bin/create-target.sh xtarget "$build_config"
|
|
| 186 | + - bin/create-target.sh xcross "$build_config"
|
|
| 187 | 187 | - bin/cross-build-world.sh -crl xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp dist/bin/lisp
|
| 188 | - - bin/build.sh -b xlinux $bootstrap -R -C "" -o "xtarget/lisp/lisp -lib xtarget/lisp"
|
|
| 188 | + - bin/build.sh -b xlinux $bootstrap -R -C "$build_config" -o "xtarget/lisp/lisp -lib xtarget/lisp"
|
|
| 189 | 189 | - bin/make-dist.sh -I xdist xlinux-4
|
| 190 | 190 | |
| 191 | 191 | linux:test:
|