[MPlayer-cvslog] r21237 - trunk/configure
reimar
subversion at mplayerhq.hu
Sat Nov 25 18:58:40 CET 2006
Author: reimar
Date: Sat Nov 25 18:58:33 2006
New Revision: 21237
Modified:
trunk/configure
Log:
Add generic target that allow compiling without any assembler or otherwise
architecture specific code (except endiannes of course).
Usage example: ./configure --target=generic-linux
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Nov 25 18:58:33 2006
@@ -1423,6 +1423,16 @@
_optimizing=''
;;
+ generic)
+ _def_arch='#define ARCH_GENERIC 1'
+ _target_arch='TARGET_ARCH_GENERIC = yes'
+ iproc=''
+ proc=''
+ _march=''
+ _mcpu=''
+ _optimizing=''
+ ;;
+
*)
echo "The architecture of your CPU ($host_arch) is not supported by this configure script"
echo "It seems nobody has ported MPlayer to your OS or CPU type yet."
More information about the MPlayer-cvslog
mailing list