mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-09 20:32:32 +01:00
Revert "Build it"
This commit is contained in:
parent
f044691b98
commit
7e3f5a253b
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -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
|
|
||||||
|
@ -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)
|
|
||||||
|
@ -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)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user