From 7e3f5a253bf04aa70bb36923889c7a079ac83725 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Sun, 22 Aug 2021 23:44:46 +0900 Subject: [PATCH] Revert "Build it" --- .github/workflows/build.yml | 12 +++--------- config/mips/mips.h | 5 ----- config/mips/nu64.h | 4 ---- 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1df9a57..e325671 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,15 +40,13 @@ jobs: - name: Configure 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 }} + ./configure --target=mips-nintendo-nu64 --prefix=/opt/cross --disable-gprof --disable-gdb --disable-werror --host=${{ matrix.TARGET.HOST }} --build=${{ matrix.TARGET.HOST }} - name: Make continue-on-error: true shell: bash run: | - make cpp CFLAGS="${{ matrix.TARGET.CFLAGS }}" - make cc1 CFLAGS="${{ matrix.TARGET.CFLAGS }}" - make xgcc CFLAGS="${{ matrix.TARGET.CFLAGS }}" + make CFLAGS="${{ matrix.TARGET.CFLAGS }}" - name: Test for file shell: bash @@ -60,8 +58,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: cc1-${{ matrix.TARGET.OS }} - path: | - as - cpp - cc1 - xgcc + path: cc1 diff --git a/config/mips/mips.h b/config/mips/mips.h index cf936db..e1def4f 100644 --- a/config/mips/mips.h +++ b/config/mips/mips.h @@ -4074,8 +4074,3 @@ while (0) true. */ #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) diff --git a/config/mips/nu64.h b/config/mips/nu64.h index 6f54631..2d0823b 100644 --- a/config/mips/nu64.h +++ b/config/mips/nu64.h @@ -130,7 +130,3 @@ sdata_section () \ %(long_max_spec) \ %(subtarget_cpp_spec) " -#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME, RELOC)\ - do { \ - fprintf (FILE, "\t.section %s\n", NAME); \ - } while (0)