diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:51 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:44 -0500 |
commit | 57ddfbf7f93a888501097878a8c3b58444a947d8 (patch) | |
tree | d6602fbf6db2751f279af75adc16b2a65c13eb97 /configure | |
parent | d02c1db3d8c29f5733a19b23088e19ea69b257e1 (diff) |
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-x | configure | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |