Add a script to verify that Lisp sources compile for all targets.
commit583d76e164a62d9733106bea1173a0c88cc9d077
authorDouglas Katzman <dougk@google.com>
Mon, 30 Jan 2017 18:18:38 +0000 (30 13:18 -0500)
committerDouglas Katzman <dougk@google.com>
Mon, 30 Jan 2017 18:22:54 +0000 (30 13:22 -0500)
treeb582778ffc99926ca829af98c38f10e78f37173a
parentb14fa63a35b8ff9db3c4fadb6c4aab608e020ba2
Add a script to verify that Lisp sources compile for all targets.

Assuming that output/build-config has already been created,
execute from the SBCL root directory:

% crossbuild-runner/build-all.sh
18 files changed:
crossbuild-runner/backends/alpha/local-target-features [new file with mode: 0644]
crossbuild-runner/backends/alpha/stuff-groveled-from-headers.lisp [new file with mode: 0644]
crossbuild-runner/backends/arm/local-target-features [new file with mode: 0644]
crossbuild-runner/backends/arm/stuff-groveled-from-headers.lisp [new file with mode: 0644]
crossbuild-runner/backends/arm64/local-target-features [new file with mode: 0644]
crossbuild-runner/backends/arm64/stuff-groveled-from-headers.lisp [new file with mode: 0644]
crossbuild-runner/backends/mips/local-target-features [new file with mode: 0644]
crossbuild-runner/backends/mips/stuff-groveled-from-headers.lisp [new file with mode: 0644]
crossbuild-runner/backends/ppc/local-target-features [new file with mode: 0644]
crossbuild-runner/backends/ppc/stuff-groveled-from-headers.lisp [new file with mode: 0644]
crossbuild-runner/backends/sparc/local-target-features [new file with mode: 0644]
crossbuild-runner/backends/sparc/stuff-groveled-from-headers.lisp [new file with mode: 0644]
crossbuild-runner/backends/x86-64/local-target-features [new file with mode: 0644]
crossbuild-runner/backends/x86-64/stuff-groveled-from-headers.lisp [new file with mode: 0644]
crossbuild-runner/backends/x86/local-target-features [new file with mode: 0644]
crossbuild-runner/backends/x86/stuff-groveled-from-headers.lisp [new file with mode: 0644]
crossbuild-runner/build-all.sh [new file with mode: 0755]
src/compiler/generic/genesis.lisp