[BZ #1037]
2005-06-27 Jakub Jelinek <jj@ultra.linux.cz> [BZ #1037] * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: -mv8 is deprecated, use -mcpu=v8.
This commit is contained in:
parent
79ef9ed417
commit
3b2e2ede43
@ -4,7 +4,7 @@ LD += -melf32_sparc
|
||||
|
||||
# When I get this to work, this is the right thing
|
||||
ifeq ($(subdir),elf)
|
||||
CFLAGS-rtld.c += -mv8
|
||||
CFLAGS-rtld.c += -mcpu=v8
|
||||
#rtld-routines += dl-sysdepsparc
|
||||
sysdep-others += lddlibc4
|
||||
install-bin += lddlibc4
|
||||
|
Loading…
x
Reference in New Issue
Block a user