diff options
author | Doug Evans <dje@gnu.org> | 1996-01-17 22:38:27 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-01-17 22:38:27 +0000 |
commit | 47851d2ccd9a18af5c2f465f832e7bd0d7b70780 (patch) | |
tree | 01c6ae60240b7dc2d1f1c78a27d8942c37728a4b /gcc | |
parent | be99da7733a890fb35dd3d8cf4ae1852581f5b1d (diff) | |
download | gcc-47851d2ccd9a18af5c2f465f832e7bd0d7b70780.zip gcc-47851d2ccd9a18af5c2f465f832e7bd0d7b70780.tar.gz gcc-47851d2ccd9a18af5c2f465f832e7bd0d7b70780.tar.bz2 |
{t-sol2,t-sunos40,t-sunos41}: Define away LIBGCC1_TEST so that cross compilers targeted at these systems will...
* sparc/{t-sol2,t-sunos40,t-sunos41}: Define away LIBGCC1_TEST
so that cross compilers targeted at these systems will build.
From-SVN: r11040
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/t-sol2 | 1 | ||||
-rw-r--r-- | gcc/config/sparc/t-sunos40 | 1 | ||||
-rw-r--r-- | gcc/config/sparc/t-sunos41 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/sparc/t-sol2 b/gcc/config/sparc/t-sol2 index 7e83196..8be3c9a 100644 --- a/gcc/config/sparc/t-sol2 +++ b/gcc/config/sparc/t-sol2 @@ -3,6 +3,7 @@ LIBGCC1 = CROSS_LIBGCC1 = +LIBGCC1_TEST = # gmon build rule: gmon.o: $(srcdir)/config/sparc/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H) diff --git a/gcc/config/sparc/t-sunos40 b/gcc/config/sparc/t-sunos40 index 2fc63db..3e10575 100644 --- a/gcc/config/sparc/t-sunos40 +++ b/gcc/config/sparc/t-sunos40 @@ -4,3 +4,4 @@ LIBGCC1 = CROSS_LIBGCC1 = +LIBGCC1_TEST = diff --git a/gcc/config/sparc/t-sunos41 b/gcc/config/sparc/t-sunos41 index ef3490e..abff069 100644 --- a/gcc/config/sparc/t-sunos41 +++ b/gcc/config/sparc/t-sunos41 @@ -2,6 +2,7 @@ LIBGCC1 = CROSS_LIBGCC1 = +LIBGCC1_TEST = MULTILIB_OPTIONS=mv8 MULTILIB_DIRNAMES=v8 |