[.]
[deliverable/binutils-gdb.git] / configure
index eb69f28d59ef6d752b59d224647949a90b4ab397..c2a5127544324047b72724e3d9583f830afdd48b 100755 (executable)
--- a/configure
+++ b/configure
@@ -3065,6 +3065,10 @@ case "${target}" in
   powerpc-*-aix* | rs6000-*-aix*)
     noconfigdirs="$noconfigdirs target-libssp"
     ;;
+  rl78-*-*)
+    # Dereferencing -1 is a compile-time error
+    noconfigdirs="$noconfigdirs target-libssp"
+    ;;
 esac
 
 # Disable libstdc++-v3 for some systems.
This page took 0.026961 seconds and 4 git commands to generate.