mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
Change x32 LIBPATH_SUFFIX to x32.
2011-02-16 H.J. Lu <hongjiu.lu@intel.com> * emulparams/elf32_x86_64.sh (LIBPATH_SUFFIX): Changed to x32 for x32.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2011-02-16 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* emulparams/elf32_x86_64.sh (LIBPATH_SUFFIX): Changed to
|
||||||
|
x32 for x32.
|
||||||
|
|
||||||
2011-02-15 Kai Tietz <kai.tietz@onevision.com>
|
2011-02-15 Kai Tietz <kai.tietz@onevision.com>
|
||||||
|
|
||||||
* pe-dll.c (process_def_file_and_drectve): Don't strip
|
* pe-dll.c (process_def_file_and_drectve): Don't strip
|
||||||
|
@ -28,7 +28,7 @@ fi
|
|||||||
case "$target" in
|
case "$target" in
|
||||||
x86_64*-linux*|i[3-7]86-*-linux-*)
|
x86_64*-linux*|i[3-7]86-*-linux-*)
|
||||||
case "$EMULATION_NAME" in
|
case "$EMULATION_NAME" in
|
||||||
*32*) LIBPATH_SUFFIX=32 ;;
|
*32*) LIBPATH_SUFFIX=x32 ;;
|
||||||
*64*) LIBPATH_SUFFIX=64 ;;
|
*64*) LIBPATH_SUFFIX=64 ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user