summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/powerpc/math-emu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/powerpc/math-emu/Makefile')
-rw-r--r--ANDROID_3.4.5/arch/powerpc/math-emu/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/ANDROID_3.4.5/arch/powerpc/math-emu/Makefile b/ANDROID_3.4.5/arch/powerpc/math-emu/Makefile
deleted file mode 100644
index 7d1dba0d..00000000
--- a/ANDROID_3.4.5/arch/powerpc/math-emu/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-
-obj-$(CONFIG_MATH_EMULATION) += fabs.o fadd.o fadds.o fcmpo.o fcmpu.o \
- fctiw.o fctiwz.o fdiv.o fdivs.o \
- fmadd.o fmadds.o fmsub.o fmsubs.o \
- fmul.o fmuls.o fnabs.o fneg.o \
- fnmadd.o fnmadds.o fnmsub.o fnmsubs.o \
- fres.o frsp.o frsqrte.o fsel.o lfs.o \
- fsqrt.o fsqrts.o fsub.o fsubs.o \
- mcrfs.o mffs.o mtfsb0.o mtfsb1.o \
- mtfsf.o mtfsfi.o stfiwx.o stfs.o \
- math.o fmr.o lfd.o stfd.o
-
-obj-$(CONFIG_SPE) += math_efp.o
-
-CFLAGS_fabs.o = -fno-builtin-fabs
-CFLAGS_math.o = -fno-builtin-fabs
-
-ccflags-y = -I. -Iinclude/math-emu -w