Unbreak: sparc64 platform.
This commit is contained in:
parent
95b7ad9a41
commit
b9e0e3d68f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84779
@ -43,7 +43,7 @@
|
||||
0.*|1.0*) ;;
|
||||
|
||||
-3.*|4.0*)
|
||||
+2.*) cccdlflags='-DPIC -fpic'
|
||||
+2.*) cccdlflags='-DPIC -fPIC'
|
||||
+ lddlflags="-Bshareable $lddlflags"
|
||||
+ ;;
|
||||
+
|
||||
@ -53,7 +53,8 @@
|
||||
libpth="/usr/lib /usr/local/lib"
|
||||
@@ -115,10 +137,6 @@
|
||||
fi
|
||||
cccdlflags='-DPIC -fpic'
|
||||
- cccdlflags='-DPIC -fpic'
|
||||
+ cccdlflags='-DPIC -fPIC'
|
||||
;;
|
||||
-
|
||||
-*) cccdlflags='-DPIC -fpic'
|
||||
|
Loading…
Reference in New Issue
Block a user