Set GOLD_DEFAULT_SIZE to 32 for x32

* configure.ac (default_size): Set to 32 for x32.
	* configure: Regenerated.
This commit is contained in:
H.J. Lu
2015-02-22 05:18:50 -08:00
parent 85c3a371b3
commit be66981e16
3 changed files with 7 additions and 0 deletions

1
gold/configure vendored
View File

@ -3483,6 +3483,7 @@ fi
case "$target" in
x86_64*-linux-gnux32)
target_x32=yes
default_size=32
;;
*)
target_x86_64=yes