]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - configure
Initial TI PRU GCC port
[thirdparty/gcc.git] / configure
index 68940c1ffd1449a3a57c8971e46b9d2d666f8e89..17d7e0a7da31a5d14a03bd69d3d6f2b421ea1da6 100755 (executable)
--- a/configure
+++ b/configure
@@ -3356,6 +3356,10 @@ case "${target}" in
   powerpc-*-aix* | rs6000-*-aix*)
     noconfigdirs="$noconfigdirs target-libssp"
     ;;
+  pru-*-*)
+    # No hosted I/O support.
+    noconfigdirs="$noconfigdirs target-libssp"
+    ;;
   rl78-*-*)
     # libssp uses a misaligned load to trigger a fault, but the RL78
     # doesn't fault for those - instead, it gives a build-time error
@@ -3574,6 +3578,9 @@ case "${target}" in
   powerpc*-*-*)
     libgloss_dir=rs6000
     ;;
+  pru-*-*)
+    libgloss_dir=pru
+    ;;
   sparc*-*-*)
     libgloss_dir=sparc
     ;;