summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-08-03 14:46:51 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:44 -0500
commit57ddfbf7f93a888501097878a8c3b58444a947d8 (patch)
treed6602fbf6db2751f279af75adc16b2a65c13eb97 /configure
parentd02c1db3d8c29f5733a19b23088e19ea69b257e1 (diff)
downloadhqemu-57ddfbf7f93a888501097878a8c3b58444a947d8.zip
hqemu-57ddfbf7f93a888501097878a8c3b58444a947d8.tar.gz
Generate more conmmon CFLAGS
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index 3dc9fff..a252dff 100755
--- a/configure
+++ b/configure
@@ -2070,6 +2070,14 @@ fi
cflags=""
ldflags=""
+if test "$ARCH" = "sparc64" ; then
+ cflags="-I\$(SRC_PATH)/tcg/sparc $cflags"
+else
+ cflags="-I\$(SRC_PATH)/tcg/\$(ARCH) $cflags"
+fi
+cflags="-I\$(SRC_PATH)/tcg $cflags"
+cflags="-I\$(SRC_PATH)/fpu $cflags"
+
case "$ARCH" in
alpha)
# Ensure there's only a single GP
OpenPOWER on IntegriCloud