Skip to content

Commit

Permalink
Revert "configure: add "-crossarch" option"
Browse files Browse the repository at this point in the history
This reverts commit 0b25d1c as it created build problems, both on desktop and with OE-Core

Open-webOS-DCO-1.0-Signed-off-by: Roger Stringer <roger.stringer@palm.com>

Change-Id: I57ab2bcd8d2f08e83a27a702aeda4934daaa50eb
  • Loading branch information
Roger Stringer committed Jan 4, 2013
1 parent e79f916 commit 9ac2f8d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ while [ "$#" -gt 0 ]; do
shift
VAL=$1
;;
-prefix|-docdir|-headerdir|-plugindir|-importdir|-datadir|-libdir|-bindir|-translationdir|-sysconfdir|-examplesdir|-demosdir|-depths|-make|-nomake|-platform|-xplatform|-buildkey|-sdk|-arch|-host-arch|-mysql_config|-sysroot|-crossarch)
-prefix|-docdir|-headerdir|-plugindir|-importdir|-datadir|-libdir|-bindir|-translationdir|-sysconfdir|-examplesdir|-demosdir|-depths|-make|-nomake|-platform|-xplatform|-buildkey|-sdk|-arch|-host-arch|-mysql_config|-sysroot)
VAR=`echo $1 | sed "s,^-\(.*\),\1,"`
shift
VAL="$1"
Expand Down Expand Up @@ -1666,9 +1666,6 @@ while [ "$#" -gt 0 ]; do
case "$XPLATFORM" in *symbian*) XPLATFORM_SYMBIAN=yes;; esac
case "$XPLATFORM" in symbian-sbsv2) XPLATFORM_SYMBIAN_SBSV2=yes;; esac
;;
crossarch)
CROSSARCH="$VAL"
;;
debug-and-release)
if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then
CFG_DEBUG_RELEASE="$VAL"
Expand Down Expand Up @@ -3276,8 +3273,6 @@ arm*)
;;
esac

CFG_ARCH="$CROSSARCH"

if [ -d "$relpath/src/corelib/arch/$CFG_ARCH" ]; then
if [ "$OPT_VERBOSE" = "yes" ]; then
echo " '$CFG_ARCH' is supported"
Expand Down

1 comment on commit 9ac2f8d

@shr-project
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you be more specific about "build problems"? How do you build for qemux86-64 now?

Please sign in to comment.