From: David D. Zuhn Date: Thu, 8 Jul 1993 19:19:31 +0000 (+0000) Subject: put CROSS definition into the Makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=00a737d37c21ccbf3da29b6b559b574cf5b98aa2;p=binutils-gdb.git put CROSS definition into the Makefile --- diff --git a/gas/configure.in b/gas/configure.in index 3810bd12d88..525163e52ba 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -263,10 +263,10 @@ case ${need_bfd} in ;; esac -if [ x${host} = x${target} ] ; then +if [ x${host} != x${target} ] ; then rm -f Makefile.tem mv Makefile Makefile.tem - echo CROSS=-DCROSS_COMPILE + echo CROSS=-DCROSS_COMPILE > Makefile cat Makefile.tem >> Makefile rm -f Makefile.tem else