Testsuite: Fix compiling of shared libraries with ICC.
[deliverable/binutils-gdb.git] / gdb / testsuite / lib / gdb.exp
index 0d8a3b060fa5fb62aa83c592f0da1c05eb392c2d..8b0241d2ad3cb7f11ee10ae87b00dc6e97db2785 100644 (file)
@@ -3553,6 +3553,9 @@ proc gdb_compile_shlib {sources dest options} {
                 lappend obj_options "additional_flags=-fpic"
             }
         }
+        "icc-*" {
+                lappend obj_options "additional_flags=-fpic"
+        }
         default {
            # don't know what the compiler is...
         }
This page took 0.042353 seconds and 4 git commands to generate.