projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
(globfree64): Use libc_hidden_ver instead of libc_hidden_weak.
[kopensolaris-gnu/glibc.git]
/
sysdeps
/
m68k
/
Makefile
diff --git
a/sysdeps/m68k/Makefile
b/sysdeps/m68k/Makefile
index
c44b2d1
..
2515df7
100644
(file)
--- a/
sysdeps/m68k/Makefile
+++ b/
sysdeps/m68k/Makefile
@@
-33,6
+33,14
@@
CFLAGS-setjmp.c := -fno-omit-frame-pointer
# The 68k `long double' is a distinct type we support.
long-double-fcts = yes
# The 68k `long double' is a distinct type we support.
long-double-fcts = yes
+ifeq ($(subdir),csu)
+ifeq (yes,$(build-shared))
+# Compatibility
+sysdep_routines += divdi3
+shared-only-routines += divdi3
+endif
+endif
+
ifeq ($(subdir),elf)
CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
endif
ifeq ($(subdir),elf)
CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused
endif