mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-01 07:50:49 +00:00
Set GOLD_DEFAULT_SIZE to 32 for x32
* configure.ac (default_size): Set to 32 for x32. * configure: Regenerated.
This commit is contained in:
parent
85c3a371b3
commit
be66981e16
@ -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
|
||||
|
1
gold/configure
vendored
1
gold/configure
vendored
@ -3483,6 +3483,7 @@ fi
|
||||
case "$target" in
|
||||
x86_64*-linux-gnux32)
|
||||
target_x32=yes
|
||||
default_size=32
|
||||
;;
|
||||
*)
|
||||
target_x86_64=yes
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user