Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
d35e083d
Commit
d35e083d
authored
Apr 26, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove hacks for building shared libs on aix and qnx
parent
fefc0452
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
39 deletions
+0
-39
configure.in
configure.in
+0
-39
No files found.
configure.in
View file @
d35e083d
...
...
@@ -219,45 +219,6 @@ else
AC_PATH_PROG
(
AS, as, as
)
fi
# These checks has to be made befoe we buil libtool as they affect
# what is written into libtool.
case
$SYSTEM_TYPE
in
*
aix5
*
)
# Find out which ABI we are using.
echo
'int i;'
>
conftest.
$ac_ext
if
AC_TRY_EVAL
(
ac_compile
)
;
then
case
`
/usr/bin/file conftest.
$ac_objext
`
in
*
"32-bit XCOFF"
*
)
# OBJECT_MODE=32
;;
*
"64-bit XCOFF"
*
)
AC_MSG_WARN
([
Setting 64-bit mode
for
AIX 5.
*
])
# It was detected that compiler is using 64-bit mode
# Set flags for CC and NM so that those tools will work
# in 64-bit mode when called from libtool
# The easiest way fix this is "export OBJECT_MODE=64"
CC
=
"
$CC
-q64"
CXX
=
"
$CXX
-q64"
if
test
"X
${
NM
+set
}
"
!=
Xset
;
then
NM
=
"/usr/bin/nm -B -X64"
fi
;;
esac
fi
rm
-rf
conftest
*
;;
*
qnx
*
)
# Don't build shared libraries on QNX as it will run out of
# stack and segfault
AC_MSG_WARN
([
Turning off building of shared libraries]
)
AC_DISABLE_SHARED
;;
*
)
;;
esac
LINK
=
"OBJECT_MODE=64
$LINK
"
# Still need ranlib for readline; local static use only so no libtool.
AC_PROG_RANLIB
# We use libtool
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment