diff options
author | Marcin Juszkiewicz <[email protected]> | 2013-01-10 12:22:53 +0000 |
---|---|---|
committer | Luca Barbato <[email protected]> | 2013-01-11 13:02:44 +0100 |
commit | bc182a6acaf8549fa335a90531c3533437d44c74 (patch) | |
tree | 910fd2bf379b0517c1b14feab5b484f1317eb760 | |
parent | fbde7b2d0aebf2b0123f6a19f871a904322a5b45 (diff) |
configure: enable pic for shared libs on AArch64
Signed-off-by: Marcin Juszkiewicz <[email protected]>
Signed-off-by: Martin Storsjö <[email protected]>
(cherry picked from commit d11cb13b0ef02fb1c303b29805819f6e1c9dc61b)
Signed-off-by: Luca Barbato <[email protected]>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2788,7 +2788,7 @@ check_64bit(){ } case "$arch" in - alpha|ia64) + aarch64|alpha|ia64) spic=$shared ;; mips) |