From 7311decc5e849efc7a9931f86208f7adcc61f9dd Mon Sep 17 00:00:00 2001 From: sandeep Date: Mon, 11 Sep 2000 00:58:59 +0000 Subject: [PATCH] Added binutils in preparation for AVR git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@350 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- Makefile | 2 +- configure | 13 ++++++++----- configure.in | 1 + 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 095b3dfb..4b64260f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SHELL = /bin/sh AUTOCONF = autoconf PRJDIR = . -SDCC_MISC = debugger/mcs51 sim/ucsim +SDCC_MISC = debugger/mcs51 sim/ucsim binutils-2.9.5.0.13 SDCC_LIBS = support/cpp SDCC_ASLINK = as/mcs51 as link diff --git a/configure b/configure index b262dc01..c1d52b76 100755 --- a/configure +++ b/configure @@ -531,7 +531,7 @@ fi -for ac_prog in mawk gawk nawk awk +for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -2445,6 +2445,7 @@ cat >> confdefs.h <> confdefs.h <&6 -echo "configure:2461: checking for GC_malloc in -lgc" >&5 +echo "configure:2465: checking for GC_malloc in -lgc" >&5 ac_lib_var=`echo gc'_'GC_malloc | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2468,7 +2469,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lgc $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -2578,6 +2579,8 @@ fi # =========================================================================== subdirs="sim/ucsim" +subdirs="sim/ucsim binutils-2.9.5.0.13" + # MLH: removed as the rules are already in Makefile.common #as/z80/Makefile #link/z80/Makefile @@ -2999,7 +3002,7 @@ if test "$no_recursion" != yes; then esac done - for ac_config_dir in sim/ucsim; do + for ac_config_dir in sim/ucsim binutils-2.9.5.0.13; do # Do not complain, so a configure script can configure whichever # parts of a large source tree are present. diff --git a/configure.in b/configure.in index 1cf8153a..ef123b91 100755 --- a/configure.in +++ b/configure.in @@ -226,6 +226,7 @@ fi # Generating output files # =========================================================================== AC_CONFIG_SUBDIRS(sim/ucsim) +AC_CONFIG_SUBDIRS(binutils-2.9.5.0.13) # MLH: removed as the rules are already in Makefile.common #as/z80/Makefile #link/z80/Makefile -- 2.47.2