summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-01-04 14:49:23 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-01-04 16:36:44 +0000
commitdcbd09e2685862c11bf7aceec5b830281a0ed9b8 (patch)
tree8a577dc67251267b09f7852e98c4451badd0e487 /configure
parent85259e7305201764ae9d85a7cbf2809da779bf5c (diff)
AMDGPU: Rename backend to R600
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure b/configure
index 4fa07054919..02012b9256b 100755
--- a/configure
+++ b/configure
@@ -5473,6 +5473,13 @@ fi
if test ${enableval} != "disable"
then
+ if test ${enableval} = "AMDGPU"
+ then
+ { { echo "$as_me:$LINENO: error: The AMDGPU target has been renamed to R600, please reconfigure with --enable-experimental-targets=R600" >&5
+echo "$as_me: error: The AMDGPU target has been renamed to R600, please reconfigure with --enable-experimental-targets=R600" >&2;}
+ { (exit 1); exit 1; }; }
+ enableval="R600"
+ fi
TARGETS_TO_BUILD="$enableval $TARGETS_TO_BUILD"
fi
@@ -10316,7 +10323,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 10317 "configure"
+#line 10326 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H