diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d780d2..f06b0ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ 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 --prefix=/opt/cross --with-gnu-as --disable-gprof --disable-gdb --disable-werror --host=${{ matrix.TARGET.HOST }} --build=${{ matrix.TARGET.HOST }} - name: Make continue-on-error: true shell: bash diff --git a/config/mips/mips.h b/config/mips/mips.h index 6d9025a..e1def4f 100644 --- a/config/mips/mips.h +++ b/config/mips/mips.h @@ -3923,11 +3923,6 @@ do { \ fprintf ((STREAM), "\"\n"); \ } while (0) -#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME, RELOC)\ - do { \ - fprintf (FILE, "\t.section %s\n", NAME); \ - } while (0) - /* Handle certain cpp directives used in header files on sysV. */ #define SCCS_DIRECTIVE