Expose fasl-format:x86-64 as another name for the amd64 format.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 6 Jan 2019 23:17:58 +0000 (23:17 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 7 Jan 2019 08:11:36 +0000 (08:11 +0000)
commit04c2b74a7776082802858a6d358d419a70df9925
tree596fbd54597744006624e791b09f0483990931a6
parentcb10f0d893589a69e59f93298f0a098eba2cb67f
Expose fasl-format:x86-64 as another name for the amd64 format.

Relevant because MIT_SCHEME_NATIVE_CODE gets set to x86-64, and gets
plopped into `fasl-format:@MIT_SCHEME_NATIVE_CODE' in the makefile.
src/compiler/base/fasdump.scm
src/compiler/machines/C/compiler.pkg
src/compiler/machines/i386/compiler.pkg
src/compiler/machines/svm/compiler.pkg
src/compiler/machines/x86-64/compiler.pkg