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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
d007a9d6
Commit
d007a9d6
authored
Feb 17, 2004
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libtool tweaks
parent
abfa3f0a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
ltconfig
ltconfig
+3
-0
ltmain.sh
ltmain.sh
+1
-1
No files found.
ltconfig
View file @
d007a9d6
...
...
@@ -2877,6 +2877,9 @@ DLLTOOL="$DLLTOOL"
# Used on cygwin: object dumper.
OBJDUMP="
$OBJDUMP
"
# compatibility with ancient libtool :)
SED=sed
# Used on cygwin: assembler.
AS="
$AS
"
...
...
ltmain.sh
View file @
d007a9d6
...
...
@@ -132,7 +132,7 @@ win32_libid () {
if
eval
$OBJDUMP
-f
$1
|
$SED
-e
'10q'
2>/dev/null |
\
grep
-E
'file format pe-i386(.*architecture: i386)?'
>
/dev/null
;
then
win32_nmres
=
`
eval
$NM
-f
posix
-A
$1
|
\
sed
-n
-e
'1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;};}'
`
$SED
-n
-e
'1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;};}'
`
if
test
"X
$win32_nmres
"
=
"Ximport"
;
then
win32_libid_type
=
"x86 archive import"
else
...
...
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