From: Nick Clifton Date: Sat, 22 May 1999 09:07:33 +0000 (+0000) Subject: Only defined NEED_PLT_GOT if it is not already defined. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2723c627666923b8380df962782858134b72db1;p=gcc.git Only defined NEED_PLT_GOT if it is not already defined. From-SVN: r27097 --- diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 0c6131b6d93..e88bda921d6 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -480,7 +480,9 @@ extern int arm_is_6_or_7; /* Nonzero if PIC code requires explicit qualifiers to generate PLT and GOT relocs rather than the assembler doing so implicitly. Subtargets can override this if required. */ +#ifndef NEED_PLT_GOT #define NEED_PLT_GOT 0 +#endif /* Target machine storage Layout. */