summaryrefslogtreecommitdiff
blob: 581e625c611346d0b217d734d8ff72399880b555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# drop compiler check to enable use of CXX
--- configure.in.old	2013-09-15 09:38:54.000000000 +0200
+++ configure.in	2013-09-15 09:40:31.000000000 +0200
@@ -134,15 +134,8 @@
                 AC_MSG_ERROR("sorry...architecture not supported")
             ;;
         esac
-        case "$CXX_COMP" in
-            c++ | g++)
-                EXTRA_CXXFLAGS="${EXTRA_CXXFLAGS} -m${CPU_ARCH}"
-                EXTRA_ASFLAGS="-m${CPU_ARCH}"
-                ;;
-            *)
-                AC_MSG_ERROR("sorry...compiler not supported")
-            ;;
-        esac
+        EXTRA_CXXFLAGS="${EXTRA_CXXFLAGS} -m${CPU_ARCH}"
+        EXTRA_ASFLAGS="-m${CPU_ARCH}"
         ;;
     *freebsd*)
         case "$target_cpu" in