Unset EMBEDDED rather than assigning as empty
[deliverable/binutils-gdb.git] / ld / emulparams / elf32bfinfd.sh
index c2a12ff7a60ceee22d04da73ade56d7a278e53f3..7af69f1e07c7ba63e2d159201a5c08516725de3b 100644 (file)
@@ -5,7 +5,8 @@ MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 TEMPLATE_NAME=elf
 GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
-EMBEDDED= # This gets us program headers mapped as part of the text segment.
+# This gets us program headers mapped as part of the text segment.
+unset EMBEDDED
 OTHER_GOT_SYMBOLS=
 OTHER_READONLY_SECTIONS="
   .rofixup        : {
This page took 0.023329 seconds and 4 git commands to generate.