actboy168 / bee.lua

Lua runtime and toolset
MIT License
160 stars 30 forks source link

Add mips64el and loongarch64 architecture #43

Closed silent-dxx closed 12 months ago

silent-dxx commented 12 months ago

Features

Added support for the mips64el and loongarch64 architectures.

Test

  1. For mips64el
    [3/5] Run test.
    OS:             linux 4.19.190
    Arch:           mips64el
    Compiler:       GCC 8.3.0
    CRT:            libstdc++ 20190406 glibc 2.28
    DEBUG:          false
    ..............................................................................
    .....................
    Ran 99 tests in 0.133 seconds, 99 successes, 0 failures
    OK
    [4/5] Copy build/linux/bin/bootstrap luamake
    luamake alias already defined in /root/.zshrc
    Done.
  2. For loongarch64
    [3/5] Run test.
    OS:         linux 4.19.0
    Arch:       loongarch64
    Compiler:   GCC 8.3.0
    CRT:        libstdc++ 20190406 glibc 2.28
    DEBUG:      false
    ..............................................................................
    .....................
    Ran 99 tests in 0.065 seconds, 99 successes, 0 failures
    OK
    [4/5] Copy build/linux/bin/bootstrap luamake
    luamake alias already defined in /root/.zshrc
    Done.