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
/
freebsd.ml
blob
3ee682690ad5cedaa6c96164e5fb75551387bb31
1
# Elf
with
shared libm
,
so we can link it into the shared libstdc
++.
2
3
LIBS
=
$
(
ARLIB
)
$
(
ARLINK
)
$
(
SHLIB
)
$
(
SHLINK
)
mshlink
4
SHFLAGS
= -
Wl
,-
soname
,
$
(
MSHLINK
)
5
SHDEPS
= -
lm
6
DEPLIBS
= ../
$
(
SHLIB
)