diff options
author | Richard Henderson <rth@redhat.com> | 2002-04-16 18:37:42 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-04-16 18:37:42 -0700 |
commit | f0871dfe8ff3366c0404f151a722fc5de3f614c7 (patch) | |
tree | eee3b28854e407b76cd220081f8a10690bd573ee /gcc/config.gcc | |
parent | 6519603408e2e4b087ae4b7c3058cd1511b1db66 (diff) | |
download | gcc-f0871dfe8ff3366c0404f151a722fc5de3f614c7.zip gcc-f0871dfe8ff3366c0404f151a722fc5de3f614c7.tar.gz gcc-f0871dfe8ff3366c0404f151a722fc5de3f614c7.tar.bz2 |
sol2-bi.h (AS_SPARC64_FLAG): New.
* config/sparc/sol2-bi.h (AS_SPARC64_FLAG): New.
* config/sparc/sol2-gas-bi.h: New file.
* config.gcc (sparc*-solaris): Add it as needed.
* configure.in (AS_SPARC64_FLAG): Remove check.
* config.in, configure: Regenerate.
From-SVN: r52393
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 6a02466..f13cf2d 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3082,6 +3082,9 @@ sparc64-*-solaris2* | sparcv9-*-solaris2*) if test x$gnu_ld = xyes; then tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h" fi + if test x$gas = xyes; then + tm_file="${tm_file} sparc/sol2-gas-bi.h" + fi xm_defines=POSIX tmake_file="sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm" if test x$gnu_ld = xyes; then @@ -3148,6 +3151,9 @@ sparc-*-solaris2*) if test x$gnu_ld = xyes; then tm_file="${tm_file} sparc/sol2-gld-bi.h" fi + if test x$gas = xyes; then + tm_file="${tm_file} sparc/sol2-gas-bi.h" + fi tmake_file="$tmake_file sparc/t-sol2-64" ;; esac |