Revert "Build it"

This commit is contained in:
Ethan Roseman 2021-08-22 23:44:46 +09:00 committed by GitHub
parent f044691b98
commit 7e3f5a253b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 18 deletions

View File

@ -40,15 +40,13 @@ jobs:
- name: Configure - name: Configure
shell: bash shell: bash
run: | 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 }} ./configure --target=mips-nintendo-nu64 --prefix=/opt/cross --disable-gprof --disable-gdb --disable-werror --host=${{ matrix.TARGET.HOST }} --build=${{ matrix.TARGET.HOST }}
- name: Make - name: Make
continue-on-error: true continue-on-error: true
shell: bash shell: bash
run: | run: |
make cpp CFLAGS="${{ matrix.TARGET.CFLAGS }}" make CFLAGS="${{ matrix.TARGET.CFLAGS }}"
make cc1 CFLAGS="${{ matrix.TARGET.CFLAGS }}"
make xgcc CFLAGS="${{ matrix.TARGET.CFLAGS }}"
- name: Test for file - name: Test for file
shell: bash shell: bash
@ -60,8 +58,4 @@ jobs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: cc1-${{ matrix.TARGET.OS }} name: cc1-${{ matrix.TARGET.OS }}
path: | path: cc1
as
cpp
cc1
xgcc

View File

@ -4074,8 +4074,3 @@ while (0)
true. */ true. */
#define DONT_ACCESS_GBLS_AFTER_EPILOGUE (TARGET_ABICALLS && mips_abi != ABI_32) #define DONT_ACCESS_GBLS_AFTER_EPILOGUE (TARGET_ABICALLS && mips_abi != ABI_32)
#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME, RELOC)\
do { \
fprintf (FILE, "\t.section %s\n", NAME); \
} while (0)

View File

@ -130,7 +130,3 @@ sdata_section () \
%(long_max_spec) \ %(long_max_spec) \
%(subtarget_cpp_spec) " %(subtarget_cpp_spec) "
#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME, RELOC)\
do { \
fprintf (FILE, "\t.section %s\n", NAME); \
} while (0)