Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rae628e1 r575a6e5  
    668668LIBCFA_TARGET_DIRS
    669669TARGET_HOSTS
    670 HOST_FLAGS
    671670host_os
    672671host_vendor
     
    32353234                cfa_prefix=${prefix}
    32363235        fi
    3237         cfa_prefix="$(readlink -f ${cfa_prefix})/"
    32383236
    32393237cat >>confdefs.h <<_ACEOF
     
    32493247                cfa_incdir=${includedir}
    32503248        fi
    3251         cfa_incdir="$(readlink -f ${cfa_incdir})/"
    32523249
    32533250cat >>confdefs.h <<_ACEOF
     
    32633260                cfa_bindir=${bindir}
    32643261        fi
    3265         cfa_bindir="$(readlink -f ${cfa_bindir})/"
    32663262
    32673263cat >>confdefs.h <<_ACEOF
     
    32813277                cfa_libdir="${libdir}/${ARCHITECTURE}${CONFIGURATION}"
    32823278        fi
    3283         cfa_libdir="$(readlink -f ${cfa_libdir})/"
    32843279
    32853280cat >>confdefs.h <<_ACEOF
     
    32943289# Create variables for commonly used targets
    32953290
    3296 TOP_SRCDIR="$(readlink -f $ac_confdir/)/"
    3297 TOP_BUILDDIR="$(readlink -f $ac_pwd/)/"
     3291TOP_SRCDIR=$ac_pwd/$ac_confdir/
     3292TOP_BUILDDIR=$ac_pwd/
    32983293
    32993294
     
    34123407
    34133408
    3414 if ! test "$host_cpu" = "$build_cpu"; then
    3415         case $host_cpu in
    3416                 i386)
    3417                         HOST_FLAGS="-m32"
    3418                         ;;
    3419                 i686)
    3420                         HOST_FLAGS="-m32"
    3421                         ;;
    3422                 x86_64)
    3423                         HOST_FLAGS="-m64"
    3424                         ;;
    3425         esac
    3426 fi
    3427 
    3428 
    34293409default_target="${host_cpu}:debug, ${host_cpu}:nodebug"
    34303410
     
    34583438        esac
    34593439
    3460 
    3461         case $arch_name in
    3462                 "host") arch_name=${host_cpu};;
    3463                 *) ;;
    3464         esac
    34653440
    34663441        case $arch_name in
     
    34973472
    34983473
    3499 
    3500         case $arch_name in
    3501                 "host") arch_name=${host_cpu};;
    3502                 *) ;;
    3503         esac
    35043474
    35053475        case $arch_name in
Note: See TracChangeset for help on using the changeset viewer.