remove stub

This commit is contained in:
alex 2021-08-22 17:32:53 +01:00
parent e20fefbb1e
commit 23c0e20f87
No known key found for this signature in database
GPG Key ID: E907B20C17C70B03

View File

@ -39,11 +39,6 @@ jobs:
shell: bash
run: |
./configure --target=mips-nintendo-nu64 --prefix=/opt/cross --with-gnu-as --disable-gprof --disable-gdb --disable-werror --host=${{ matrix.TARGET.HOST }} --build=${{ matrix.TARGET.HOST }}
- name: Stub arch64 (Apple Silicon) host
shell: bash
if: matrix.TARGET.OS == 'macos-latest'
run: |
echo '#include "config/i386/xm-darwin.h"' >> config.h
- name: Make
continue-on-error: true
shell: bash