diff options
Diffstat (limited to 'sysdeps/mips/mips32')
-rw-r--r-- | sysdeps/mips/mips32/Implies | 2 | ||||
-rw-r--r-- | sysdeps/mips/mips32/Makefile | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/mips/mips32/Implies b/sysdeps/mips/mips32/Implies new file mode 100644 index 0000000000..fab98d7312 --- /dev/null +++ b/sysdeps/mips/mips32/Implies @@ -0,0 +1,2 @@ +mips +wordsize-32 diff --git a/sysdeps/mips/mips32/Makefile b/sysdeps/mips/mips32/Makefile new file mode 100644 index 0000000000..dec0b024c3 --- /dev/null +++ b/sysdeps/mips/mips32/Makefile @@ -0,0 +1,3 @@ +ifeq ($(filter -mabi=32,$(CC)),) +CC += -mabi=32 +endif |