Raymond Toy pushed to branch issue-89-remove-scavenging-of-read-only at cmucl / cmucl
Commits:
-
18980862
by Raymond Toy at 2021-01-02T20:23:53-08:00
1 changed file:
Changes:
| ... | ... | @@ -39,7 +39,7 @@ linux:build: |
| 39 | 39 |
# Do cross compile first
|
| 40 | 40 |
- bin/create-target.sh xtarget x86_linux_clang
|
| 41 | 41 |
- bin/create-target.sh xcross x86_linux_clang
|
| 42 |
- - bin/cross-build-world.sh -crl -B boot-2020-04-1 xtarget-x86/ xcross-x86/ src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp
|
|
| 42 |
+ - bin/cross-build-world.sh -crl -B boot-2020-04-1 xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp
|
|
| 43 | 43 |
# Regular build using the cross-compiled result
|
| 44 | 44 |
- bin/build.sh $bootstrap -R -C "" -o xtarget/lisp/lisp
|
| 45 | 45 |
- bin/make-dist.sh -I dist linux-4
|
| ... | ... | @@ -110,7 +110,7 @@ osx:build: |
| 110 | 110 |
# Do cross compile first
|
| 111 | 111 |
- bin/create-target.sh xtarget x86_darwin
|
| 112 | 112 |
- bin/create-target.sh xcross x86_darwin
|
| 113 |
- - bin/cross-build-world.sh -crl -B boot-2020-04-1 xtarget-x86/ xcross-x86/ src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp
|
|
| 113 |
+ - bin/cross-build-world.sh -crl -B boot-2020-04-1 xtarget xcross src/tools/cross-scripts/cross-x86-x86.lisp snapshot/bin/lisp
|
|
| 114 | 114 |
# Regular build using the cross-compiled result
|
| 115 | 115 |
- bin/build.sh $bootstrap -R -C "" -o snapshot/bin/lisp
|
| 116 | 116 |
- bin/make-dist.sh -I dist darwin-4
|