diff options
Diffstat (limited to 'meta/recipes-devtools/llvm')
| -rw-r--r-- | meta/recipes-devtools/llvm/llvm/llvm-config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/llvm/llvm/llvm-config b/meta/recipes-devtools/llvm/llvm/llvm-config index a45f38c650..5e4ded2da5 100644 --- a/meta/recipes-devtools/llvm/llvm/llvm-config +++ b/meta/recipes-devtools/llvm/llvm/llvm-config | |||
| @@ -29,6 +29,15 @@ for arg in "$@"; do | |||
| 29 | --ldflags) | 29 | --ldflags) |
| 30 | output="${output} ${LDFLAGS}" | 30 | output="${output} ${LDFLAGS}" |
| 31 | ;; | 31 | ;; |
| 32 | --shared-mode) | ||
| 33 | output="${output} shared" | ||
| 34 | ;; | ||
| 35 | --libs) | ||
| 36 | output="${output} -lLLVM" | ||
| 37 | ;; | ||
| 38 | --link-shared) | ||
| 39 | break | ||
| 40 | ;; | ||
| 32 | *) | 41 | *) |
| 33 | remain="${remain} ${arg}" | 42 | remain="${remain} ${arg}" |
| 34 | ;; | 43 | ;; |
