Browse Source

Merge topic 'aix-clang-compiler-target'

c482a8833a AIX: Fix shared library linking with CMAKE_<LANG>_COMPILER_TARGET

Acked-by: Kitware Robot <[email protected]>
Merge-request: !11113
Brad King 1 month ago
parent
commit
f70a8f890b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Modules/Platform/AIX/ExportImportList

+ 1 - 0
Modules/Platform/AIX/ExportImportList

@@ -23,6 +23,7 @@ while test "$#" != 0; do
     -n) no_objects='1' ;;
     -c) shift; compiler="$1" ;;
     --) shift; break ;;
+    --target=*) ;;
     -*) die "$usage" ;;
     *)  break ;;
     esac