Sfoglia il codice sorgente

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 3 mesi fa
parent
commit
f70a8f890b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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