Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (21 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28dir.info
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/zlib/configure.in

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    3333
    3434# This works around an automake problem.
    35 mkinstalldirs="`cd $ac_aux_dir && pwd`/mkinstalldirs"
     35mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"
    3636AC_SUBST(mkinstalldirs)
    3737
     
    122122  toolexeclibdir='$(libdir)'
    123123fi
    124 toolexeclibdir=$toolexeclibdir/`$CC -print-multi-os-directory 2>/dev/null || echo .`
     124if test "$GCC" = yes && $CC -print-multi-os-directory > /dev/null 2>&1; then
     125  multiosdir=/`$CC -print-multi-os-directory`
     126else
     127  multiosdir=
     128fi
     129toolexeclibdir=${toolexeclibdir}${multiosdir}
    125130AC_SUBST(toolexecdir)
    126131AC_SUBST(toolexeclibdir)
     
    148153CC="${CC}"
    149154CXX="${CXX}"
     155ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
    150156)
Note: See TracChangeset for help on using the changeset viewer.