Fix thinko in patch.
This commit is contained in:
parent
98da9d924c
commit
eb06afa850
@ -206,7 +206,7 @@ diff -rup ../binutils-2.20.51.0.2.original/ld/ldmain.c ./ld/ldmain.c
|
||||
+/* True means create DT_NEEDED entries for dynamic libraries that
|
||||
+ are DT_NEEDED by dynamic libraries specifically mentioned on
|
||||
+ the command line. */
|
||||
+bfd_boolean add_DT_NEEDED_for_dynamic;
|
||||
+bfd_boolean add_DT_NEEDED_for_dynamic = TRUE;
|
||||
|
||||
/* TRUE if we should demangle symbol names. */
|
||||
bfd_boolean demangling;
|
||||
|
Loading…
x
Reference in New Issue
Block a user