Changes in configure.ac [47c1928:575a6e5]
- File:
-
- 1 edited
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r47c1928 r575a6e5 80 80 # Create variables for commonly used targets 81 81 82 TOP_SRCDIR= "$(readlink -f $ac_confdir/)/"83 TOP_BUILDDIR= "$(readlink -f $ac_pwd/)/"82 TOP_SRCDIR=$ac_pwd/$ac_confdir/ 83 TOP_BUILDDIR=$ac_pwd/ 84 84 85 85 AC_DEFINE_UNQUOTED(TOP_SRCDIR, "$TOP_SRCDIR", [Top src directory]) … … 120 120 AC_CANONICAL_BUILD 121 121 AC_CANONICAL_HOST 122 123 if ! test "$host_cpu" = "$build_cpu"; then124 case $host_cpu in125 i386)126 HOST_FLAGS="-m32"127 ;;128 i686)129 HOST_FLAGS="-m32"130 ;;131 x86_64)132 HOST_FLAGS="-m64"133 ;;134 esac135 fi136 AC_SUBST(HOST_FLAGS)137 122 138 123 default_target="${host_cpu}:debug, ${host_cpu}:nodebug"
Note:
See TracChangeset
for help on using the changeset viewer.