mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Add support for building -mcall-aixdesc libraries.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
|
||||||
|
|
||||||
|
* cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
|
||||||
|
-mcall-aixdesc libraries.
|
||||||
|
|
||||||
Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
|
Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
|
||||||
|
|
||||||
Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||||
|
@ -253,8 +253,8 @@ powerpc-*-eabiaix*)
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
powerpc*-*-eabisim*) # don't both with aix/mrelocatable configurations
|
powerpc*-*-eabisim*) # don't bother with aix{,desc}/mrelocatable configurations
|
||||||
multidirs="little-endian big-endian aix mrelocatable little-endian/mrelocatable big-endian/mrelocatable"
|
multidirs="little-endian big-endian aix aixdesc mrelocatable little-endian/mrelocatable big-endian/mrelocatable"
|
||||||
if [ x$enable_biendian = xno ]
|
if [ x$enable_biendian = xno ]
|
||||||
then
|
then
|
||||||
old_multidirs="${multidirs}"
|
old_multidirs="${multidirs}"
|
||||||
|
Reference in New Issue
Block a user