mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set need_64bit_hwint=yes.
libcpp: 2004-11-18 Daniel Jacobowitz <dan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> * configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set need_64bit_hwint=yes. * configure: Regenerate. gcc: 2004-11-18 Daniel Jacobowitz <dan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> * config/i386/sol2-10.h, config/i386/t-sol2-10: New files. * config/i386/i386.c (i386_solaris_elf_named_section): New function. * config.gcc (i[34567]86-*-solaris2*): Handle Solaris 2.10. * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Handle 64-bit. (ASM_QUAD): Don't undefine for biarch targets. * config/i386/t-sol2: Introduce multilib support. gcc/testsuite: 2004-11-18 Daniel Jacobowitz <dan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> * testsuite/gcc.dg/pragma-init-fini-2.c: New test. Co-Authored-By: Mark Mitchell <mark@codesourcery.com> From-SVN: r90839
This commit is contained in:
committed by
Joseph Myers
parent
e1990f69eb
commit
a8e6802924
@@ -1,3 +1,10 @@
|
||||
2004-11-18 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* configure.ac (i[34567]86-*-solaris2.1[0-9]*): Set
|
||||
need_64bit_hwint=yes.
|
||||
* configure: Regenerate.
|
||||
|
||||
2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* Makefile.in ($(PACKAGE).pot): New rule. Depend on
|
||||
|
||||
1
libcpp/configure
vendored
1
libcpp/configure
vendored
@@ -7044,6 +7044,7 @@ case $target in
|
||||
x86_64-*-* | \
|
||||
ia64-*-* | \
|
||||
hppa*64*-*-* | parisc*64*-*-* | \
|
||||
i[34567]86-*-solaris2.1[0-9]* | \
|
||||
mips*-*-* | \
|
||||
mmix-*-* | \
|
||||
powerpc*-*-* | \
|
||||
|
||||
@@ -110,6 +110,7 @@ case $target in
|
||||
x86_64-*-* | \
|
||||
ia64-*-* | \
|
||||
hppa*64*-*-* | parisc*64*-*-* | \
|
||||
i[34567]86-*-solaris2.1[0-9]* | \
|
||||
mips*-*-* | \
|
||||
mmix-*-* | \
|
||||
powerpc*-*-* | \
|
||||
|
||||
Reference in New Issue
Block a user