mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 11:53:01 +01:00
commit
d63377d564
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user