diff options
author | Fred Fish <fnf@specifix.com> | 1996-05-10 02:06:36 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-05-10 02:06:36 +0000 |
commit | 31ed312c118db558b54194e7f55e0a27e03a7909 (patch) | |
tree | d16f5a6a0db45b565ac2ff491ed99f158cd71937 /gdb/aclocal.m4 | |
parent | 9a739379c4035546b1c251f4d3656211e162a64b (diff) | |
download | gdb-31ed312c118db558b54194e7f55e0a27e03a7909.zip gdb-31ed312c118db558b54194e7f55e0a27e03a7909.tar.gz gdb-31ed312c118db558b54194e7f55e0a27e03a7909.tar.bz2 |
* aclocal.m4: Remove unused definition of AC_C_CROSS.
* configure.in: Add powerpcle-*-solaris* host and target config
so April 30th change does not get lost next time configure is
rebuilt.
Diffstat (limited to 'gdb/aclocal.m4')
-rw-r--r-- | gdb/aclocal.m4 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gdb/aclocal.m4 b/gdb/aclocal.m4 index d23d084..fac5095 100644 --- a/gdb/aclocal.m4 +++ b/gdb/aclocal.m4 @@ -40,28 +40,6 @@ if test "$ac_cv_os_lynx" = "yes" ; then AC_MSG_RESULT(no) fi ]) -# -# Sometimes the native compiler is a bogus stub for gcc or /usr/ucb/cc. This -# makes configure think it's cross compiling. If --target wasn't used, then -# we can't configure, so something is wrong. -AC_DEFUN(CY_AC_C_CROSS, -[# If we cannot run a trivial program, we must be cross compiling. -AC_MSG_CHECKING(whether cross-compiling) -AC_CACHE_VAL(ac_cv_c_cross,[ -AC_TRY_RUN([ - main(){return(0);}], - ac_cv_c_cross=no, ac_cv_c_cross=yes, ac_cv_c_cross=yes) -]) -if test x"${target}" = x"${host}" -a x"${ac_cv_c_cross}" = x"yes"; then - dnl this hack is cause the message is so long we don't call AC_MSG_ERROR - echo "configure: error: You need to specify --target to cross compile," 1>&2; - echo " or the native compiler is broken" 1>&2; - exit 1; -else - cross_compiling=$ac_cv_c_cross - AC_MSG_RESULT($ac_cv_c_cross) -fi -]) AC_DEFUN(CY_AC_PATH_TCLH, [ # # Ok, lets find the tcl source trees so we can use the headers |