summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-01-19 09:44:00 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-01-19 09:44:00 +0100
commit5b2727d5ab5de76d33746c928cbd01647c695822 (patch)
tree318b76d588667e45d53414329e40ecc61534d1cd /arch/arm/lib/Makefile
parentc69f625a7199a35fdd108a1025532589b914149b (diff)
downloadbarebox-5b2727d5ab5de76d33746c928cbd01647c695822.tar.gz
barebox-5b2727d5ab5de76d33746c928cbd01647c695822.tar.xz
Revert "arm: add __bswapsi2 support"
Reverted upon request of Jean-Christophe. Not needed anymore since: commit be4146161b5316f4e7fb51c5a3c9ac0e5622c42d Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Date: Sun Jan 16 12:12:32 2011 +0100 import swab.h arch implementation form linux v2.3.37 this will avoid __bswapsi2 issue see with gcc 4.5.1 This reverts commit f68dc4080440563d1dd69c8cd87c7566e60855fa.
Diffstat (limited to 'arch/arm/lib/Makefile')
-rw-r--r--arch/arm/lib/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile
index 56818e81ab..89cb72b30f 100644
--- a/arch/arm/lib/Makefile
+++ b/arch/arm/lib/Makefile
@@ -12,7 +12,6 @@ obj-y += lib1funcs.o
obj-y += ashrdi3.o
obj-y += ashldi3.o
obj-y += lshrdi3.o
-obj-y += _bswapsi2.o
obj-$(CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS) += memcpy.o
obj-$(CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS) += memset.o