Skip to content

Commit

Permalink
do not assume native ARCH if unspecified in config
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidaty committed May 30, 2024
1 parent 18debb4 commit dab0261
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ if [ "$CONFIGFILE" = "" ]; then
CONFIGFILE=config.mk
fi

if [ "$ARCH" = "" ] && [ "$CROSS_COMPILING" = "no" ]; then
ARCH=native
fi
#if [ "$ARCH" = "" ] && [ "$CROSS_COMPILING" = "no" ]; then
# ARCH=native
#fi

# check prefixes first, since others may be derived from it unless overridden
PREFIX=$PREFIX
Expand Down

0 comments on commit dab0261

Please sign in to comment.