aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure15
1 files changed, 12 insertions, 3 deletions
diff --git a/configure b/configure
index 5af7cee..058eea1 100755
--- a/configure
+++ b/configure
@@ -4092,7 +4092,6 @@ case "${BUILD_32BIT}" in
CFLAGS="$default_CFLAGS"
LDFLAGS=
install_subdir=$host_alias
-
;;
esac
@@ -4251,10 +4250,20 @@ fi
# Check whether --with-payload was given.
if test "${with_payload+set}" = set; then :
- withval=$with_payload; BBL_PAYLOAD=$with_payload
+ withval=$with_payload;
+ BBL_PAYLOAD=$with_payload
+
+
+$as_echo "#define RELAXED_ALIGNMENT 0" >>confdefs.h
+
else
- BBL_PAYLOAD=dummy_payload
+
+ BBL_PAYLOAD=dummy_payload
+
+
+$as_echo "#define RELAXED_ALIGNMENT 1" >>confdefs.h
+
fi