diff options
Diffstat (limited to 'libgcc/config/mips/t-elf')
-rw-r--r-- | libgcc/config/mips/t-elf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgcc/config/mips/t-elf b/libgcc/config/mips/t-elf new file mode 100644 index 0000000..3a1dfd7 --- /dev/null +++ b/libgcc/config/mips/t-elf @@ -0,0 +1,3 @@ +# We must build libgcc2.a with -G 0, in case the user wants to link +# without the $gp register. +HOST_LIBGCC2_CFLAGS = -G 0 |