From 071114bb3e036bd86c1d0f2072984ff43fa844c7 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Mon, 27 Feb 2012 19:10:02 +0100 Subject: [PATCH] * configure.ac: Put platform and target_cpu substitutions back since they are used for directories. --- ChangeLog | 5 +++++ configure.ac | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index bf2f9318a..de168a73a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-27 Vladimir Serbinenko + + * configure.ac: Put platform and target_cpu substitutions back since + they are used for directories. + 2012-02-27 Richard Laager 2012-02-27 Vladimir Serbinenko diff --git a/configure.ac b/configure.ac index 623938f50..2663563e6 100644 --- a/configure.ac +++ b/configure.ac @@ -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