From c992d8f67d4e9794d70da0e9617db5d6944daee4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 06 Nov 2012 18:03:44 -0500 Subject: Support a -T option for a cross build target. --- (limited to 'src') diff --git a/src/oh-autoconfigure.sh b/src/oh-autoconfigure.sh index cef8e7f..7e28b3e 100644 --- a/src/oh-autoconfigure.sh +++ b/src/oh-autoconfigure.sh @@ -35,6 +35,9 @@ main() B) oh_set_buildsystem_option 'build-dir' "${OPTARG}" ;; + T) + oh_set_buildsystem_option 'target-arch' "${OPTARG}" + ;; ?) ob_error "$(ob_get_msg 'bad_opt')" exit 1 -- cgit v0.9.1