This commit is contained in:
brad 2002-01-24 15:13:47 +00:00
parent e2676526a9
commit f8031cbdfb

View File

@ -7,7 +7,7 @@
- DSOSUF=so.${DIST_MAJOR}.${DIST_MINOR}
- LIBCOPTS='-fpic'
+ DSOSUF=so.${DIST_MAJOR}${DIST_MINOR}.${DIST_POINT}
+ if [ `uname -m` = "sparc64" ]; then
+ if [ "`uname -m`" = "sparc64" ]; then
+ LIBCOPTS='-fPIC'
+ else
+ LIBCOPTS='-fpic'