Set GOLD_DEFAULT_SIZE to 32 for x32
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 22 Feb 2015 13:18:50 +0000 (05:18 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 22 Feb 2015 20:26:27 +0000 (12:26 -0800)
* configure.ac (default_size): Set to 32 for x32.
* configure: Regenerated.

gold/ChangeLog
gold/configure
gold/configure.ac

index 71a5ab2281262b7e0e2c6c08ce5d42e18f1b9e5a..b73da0a2e8103be1a958752a04f255841458efd0 100644 (file)
@@ -1,3 +1,8 @@
+2015-02-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.ac (default_size): Set to 32 for x32.
+       * configure: Regenerated.
+
 2015-02-18  Alan Modra  <amodra@gmail.com>
 
        PR 17954
index 23e473542e811d266bc2e67c657db586d30e54b6..3427074672688f04acd0cda5925c375f9e6acf52 100755 (executable)
@@ -3483,6 +3483,7 @@ fi
          case "$target" in
          x86_64*-linux-gnux32)
            target_x32=yes
+           default_size=32
            ;;
          *)
            target_x86_64=yes
index a2e58955a69fda62b8ebd31b821c093bed494709..c08d0a2de228316f477664ec28861d839b37cdec 100644 (file)
@@ -210,6 +210,7 @@ for targ in $target $canon_targets; do
          case "$target" in
          x86_64*-linux-gnux32)
            target_x32=yes
+           default_size=32
            ;;
          *)
            target_x86_64=yes
This page took 0.041262 seconds and 4 git commands to generate.