Changes in configure.ac [575a6e5:47c1928]
- File:
-
- 1 edited
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r575a6e5 r47c1928 80 80 # Create variables for commonly used targets 81 81 82 TOP_SRCDIR= $ac_pwd/$ac_confdir/83 TOP_BUILDDIR= $ac_pwd/82 TOP_SRCDIR="$(readlink -f $ac_confdir/)/" 83 TOP_BUILDDIR="$(readlink -f $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"; then 124 case $host_cpu in 125 i386) 126 HOST_FLAGS="-m32" 127 ;; 128 i686) 129 HOST_FLAGS="-m32" 130 ;; 131 x86_64) 132 HOST_FLAGS="-m64" 133 ;; 134 esac 135 fi 136 AC_SUBST(HOST_FLAGS) 122 137 123 138 default_target="${host_cpu}:debug, ${host_cpu}:nodebug"
Note:
See TracChangeset
for help on using the changeset viewer.