repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typo in last change
[official-gcc.git]
/
libstdc++
/
config
/
openbsd.ml
blob
09c40235adf6e67dfad6dfeb201a0f57310619d9
1
# Base shared lib
for
OpenBSD i386
2
3
LIBS
=
$
(
ARLIB
)
$
(
ARLINK
)
$
(
SHLIB
)
$
(
SHLINK
)
mshlink
4
SHFLAGS
= -
nostdlib
-
Wl
,-
Bshareable
,-
Bforcearchive
5
SHDEPS
= -
lm
6
DEPLIBS
= ../
$
(
SHLIB
)
7