* configure.ac: Put platform and target_cpu substitutions back since
they are used for directories.
This commit is contained in:
parent
817e6abcd0
commit
071114bb3e
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-02-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* configure.ac: Put platform and target_cpu substitutions back since
|
||||
they are used for directories.
|
||||
|
||||
2012-02-27 Richard Laager <rlaager@wiktel.com>
|
||||
2012-02-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
|
|
|
@ -186,6 +186,9 @@ AC_SUBST(host_cpu)
|
|||
AC_SUBST(host_os)
|
||||
AC_SUBST(host_kernel)
|
||||
|
||||
AC_SUBST(target_cpu)
|
||||
AC_SUBST(platform)
|
||||
|
||||
# Define default variables
|
||||
|
||||
have_with_bootdir=n
|
||||
|
|
Loading…
Reference in a new issue