diff options
Diffstat (limited to 'sysdeps/powerpc')
-rw-r--r-- | sysdeps/powerpc/elf/libc-start.c | 1 | ||||
-rw-r--r-- | sysdeps/powerpc/powerpc64/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/powerpc/elf/libc-start.c b/sysdeps/powerpc/elf/libc-start.c index bbc4eeb3b8..1e1d68297e 100644 --- a/sysdeps/powerpc/elf/libc-start.c +++ b/sysdeps/powerpc/elf/libc-start.c @@ -49,6 +49,7 @@ __aux_init_cache (ElfW(auxv_t) *av) /* The main work is done in the generic function. */ #define LIBC_START_MAIN generic_start_main +#define LIBC_START_DISABLE_INLINE #define LIBC_START_MAIN_AUXVEC_ARG #define MAIN_AUXVEC_ARG #define INIT_MAIN_ARGS diff --git a/sysdeps/powerpc/powerpc64/Makefile b/sysdeps/powerpc/powerpc64/Makefile index 97c7cde129..758b856854 100644 --- a/sysdeps/powerpc/powerpc64/Makefile +++ b/sysdeps/powerpc/powerpc64/Makefile @@ -20,5 +20,5 @@ endif ifeq ($(subdir),elf) # help gcc inline asm code from dl-machine.h -+cflags += --param max-inline-insns=2000 ++cflags += -finline-limit=2000 endif |