This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- PKGBUILD 2018-08-31 02:30:42.954132382 +0800 | |
| +++ PKGBUILD.after 2018-08-31 02:36:12.363488755 +0800 | |
| @@ -5,7 +5,7 @@ | |
| pkgver=2.12 | |
| pkgrel=4 | |
| pkgdesc="A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation, statically linked." | |
| -arch=('i686' 'x86_64') | |
| +arch=('i686' 'x86_64' 'aarch64') | |
| license=('GPL2' 'LGPL2.1') | |
| url="http://wiki.qemu.org/Index.html" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 🕒 05-31 00:13:53 👉 ~/Shares/openresty-1.15.8.2rc0 $ ./configure --prefix=/home/justin/Apps/openresty --with-luajit-ldflags='-lc++abi -lpthread' < | |
| platform: bsd (openbsd) | |
| cp -rp bundle/ build | |
| cd build | |
| cd LuaJIT-2.1-20190507 | |
| INFO: found -msse4.2 in cc. | |
| gmake TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -msse4.2' LDFLAGS='-lc++abi -lpthread' CC=cc PREFIX=/home/justin/Apps/openresty/luajit | |
| ==== Building LuaJIT 2.1.0-beta3 ==== | |
| gmake -C src | |
| gmake[1]: Entering directory '/home/justin/Shares/openresty-1.15.8.2rc0/build/LuaJIT-2.1-20190507/src' |
OlderNewer