repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove gets declaration
[glibc.git]
/
sysdeps
/
sparc
/
Makefile
blob
735e4a40db0129a6162129282909242d667e56c1
1
# The Sparc `long double' is a distinct type we support.
2
long-double-fcts
=
yes
3
4
pie-ccflag
= -
fPIE
5
6
ifeq
($(
subdir
),
gmon
)
7
sysdep_routines
+=
sparc-mcount
8
endif
9
10
ifeq
($(
subdir
),
db2
)
11
CPPFLAGS
+= -
DHAVE_SPINLOCKS
=
1
-
DHAVE_ASSEM_SPARC_GCC
=
1
12
endif
13
14
ifeq
($(
subdir
),
csu
)
15
# get offset to rtld_global._dl_hwcap
16
gen-as-const-headers
+=
rtld-global-offsets.sym
17
endif