summaryrefslogtreecommitdiff
path: root/mk/cpu.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-14 18:39:12 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-14 18:39:12 +0200
commit29305d896b0d54c1de34204fd27de19d95e85804 (patch)
treef77d3a53ffd7e08f4eb3b432d71efb6580d3b457 /mk/cpu.mk
parent75a4099667c687fc96211e12f8d8810b94c9d172 (diff)
misc stuff
- remove broken patch from silicon motion driver - add mpc package for upcoming gcc 4.5.x update - add /etc/adktarget, which can be used for native targets to identify - add ffplay subpackage
Diffstat (limited to 'mk/cpu.mk')
-rw-r--r--mk/cpu.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/mk/cpu.mk b/mk/cpu.mk
deleted file mode 100644
index 1678e9311..000000000
--- a/mk/cpu.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-#
-# optimization configure options for CPU features
-
-ifeq ($(ADK_TARGET),alix1c)
-CONFIGURE_CPU_OPTS:= --disable-ssse3 \
- --disable-sse \
- --enable-amd3dnow \
- --enable-amd3dnowext \
- --enable-mmx \
- --enable-mmx2
-else
-CONFIGURE_CPU_OPTS:= --disable-ssse3 \
- --disable-sse \
- --disable-amd3dnow \
- --disable-amd3dnowext \
- --disable-mmx \
- --disable-mmx2
-endif