summaryrefslogtreecommitdiffstats
path: root/aclocal/target.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/target.m4')
-rw-r--r--aclocal/target.m49
1 files changed, 6 insertions, 3 deletions
diff --git a/aclocal/target.m4 b/aclocal/target.m4
index e29f17ad2c..d6c2de9fd2 100644
--- a/aclocal/target.m4
+++ b/aclocal/target.m4
@@ -22,9 +22,12 @@ if test "$no_recursion" != yes; then
fi
RTEMS_CONFIGURE_ARGS_QUOTE([ac_sub_configure_args],
[
- --target*) ;;
- --build*) ;;
- --host*) ;;
+ -host* | --host* ) ;;
+ --host ) ac_prev=host_alias;;
+ -target* | --target* ) ;;
+ -target ) ac_prev=target_alias ;;
+ -build* | --build* ) ;;
+ -build ) ac_prev_build_alias ;;
*_alias=* ) ;; # HACK: Workaround to autoconf passing *_alias
],
[rtems_configure_args])