mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
Add -mcall-aixdesc variants
This commit is contained in:
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
|||||||
|
Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||||
|
|
||||||
|
* cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
|
||||||
|
|
||||||
|
Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in (i[345]86-*-win32): Always build newlib.
|
||||||
|
Don't configure cvs, autoconf or texinfo.
|
||||||
|
* Makefile.in (LD_FOR_TARGET): New.
|
||||||
|
(BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
|
||||||
|
Pass down LD_FOR_TARGET.
|
||||||
|
|
||||||
Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
|
Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
|
||||||
|
|
||||||
* winsup. New directory.
|
* winsup. New directory.
|
||||||
|
@ -259,7 +259,7 @@ powerpc-*-eabiaix*)
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
powerpc-*-eabi* | powerpc-*-elf* | powerpc-*-sysv4*)
|
powerpc-*-eabi* | powerpc-*-elf* | powerpc-*-sysv4*)
|
||||||
multidirs="soft-float relocatable little-endian call-aix little-endian/call-aix relocatable/little-endian relocatable/call-aix relocatable/little-endian/call-aix soft-float/relocatable soft-float/little-endian soft-float/call-aix soft-float/little-endian/call-aix soft-float/relocatable/little-endian soft-float/relocatable/call-aix soft-float/relocatable/little-endian/call-aix"
|
multidirs="soft-float relocatable little-endian call-aix little-endian/call-aix relocatable/little-endian relocatable/call-aix relocatable/little-endian/call-aix soft-float/relocatable soft-float/little-endian soft-float/call-aix soft-float/little-endian/call-aix soft-float/relocatable/little-endian soft-float/relocatable/call-aix soft-float/relocatable/little-endian/call-aix call-aixdesc soft-float/call-aixdesc"
|
||||||
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