about summary refs log tree commit diff
path: root/ports/sysdeps/unix
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-03-20 23:15:42 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-03-20 23:15:42 +0000
commitd56ca734b59a76470a2f0faa61dd7fb775ce0bb0 (patch)
tree6d26c25419f63c09f208685e403de406154dccdc /ports/sysdeps/unix
parentbef0b507497a019ae2a3f56b625e106d2b433629 (diff)
downloadglibc-d56ca734b59a76470a2f0faa61dd7fb775ce0bb0.tar.gz
glibc-d56ca734b59a76470a2f0faa61dd7fb775ce0bb0.tar.xz
glibc-d56ca734b59a76470a2f0faa61dd7fb775ce0bb0.zip
Use LIBC_CONFIG_VAR for ARM default-abi setting.
Diffstat (limited to 'ports/sysdeps/unix')
-rw-r--r--ports/sysdeps/unix/sysv/linux/arm/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/arm/Makefile b/ports/sysdeps/unix/sysv/linux/arm/Makefile
index 56ef159670..aa7526a258 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/Makefile
+++ b/ports/sysdeps/unix/sysv/linux/arm/Makefile
@@ -70,9 +70,6 @@ LDFLAGS-tst-rfc3484-2 += $(common-objpfx)csu/libc-do-syscall.o
 LDFLAGS-tst-rfc3484-3 += $(common-objpfx)csu/libc-do-syscall.o
 endif
 
-# Get value of default-abi.
-include $(common-objpfx)default-abi.make
-
 abi-variants := soft hard
 
 ifeq (,$(filter $(default-abi),$(abi-variants)))