aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>1999-12-08 10:27:54 +0000
committerAlexandre Oliva <oliva@gcc.gnu.org>1999-12-08 10:27:54 +0000
commit5b68c389aacd4b75c191ab0b48b90f59faaa483f (patch)
tree5b4aecc60b6dc31591809aaa034036a54ac3051b /gcc/config.in
parentefe8d0acb4a541b4426a3392ba181beafb224112 (diff)
downloadgcc-5b68c389aacd4b75c191ab0b48b90f59faaa483f.zip
gcc-5b68c389aacd4b75c191ab0b48b90f59faaa483f.tar.gz
gcc-5b68c389aacd4b75c191ab0b48b90f59faaa483f.tar.bz2
configure.in: When target is sparc* and tm_file contains 64, test for 64bit support in assembler.
* configure.in: When target is sparc* and tm_file contains 64, test for 64bit support in assembler. If not supported, remove sparc/t-sol2-64 from target-dependent Makefile fragments. (AS_SPARC64_FLAG): Define to the assembler flag for 64bit. (HAVE_AS_OFFSETABLE_LO10): Rework test to use these flags. (HAVE_AS_REGISTER_PSEUDO_OP): Use config.cache. * acconfig.h (AS_SPARC64_FLAG): Added. * configure, config.in: Rebuilt. * config/sparc/sol2-sld-64.h: Same as sol2.h, if without 64bit support. Use AS_SPARC64_FLAG. From-SVN: r30827
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index aec704a..3278c3c 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -34,6 +34,9 @@
/* Define if your assembler supports .balign and .p2align. */
#undef HAVE_GAS_BALIGN_AND_P2ALIGN
+/* Define if the assembler supports 64bit sparc. */
+#undef AS_SPARC64_FLAG
+
/* Define if your assembler supports offsetable %lo(). */
#undef HAVE_AS_OFFSETABLE_LO10