Ver código fonte

add intel atom

Waldemar Brodkorb 13 anos atrás
pai
commit
db29cc08fc
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      package/libvpx/Makefile

+ 3 - 0
package/libvpx/Makefile

@@ -31,6 +31,9 @@ endif
 ifeq ($(ADK_TARGET_SYSTEM_IBM_X40),y)
 CONFIGURE_ARGS+=	--target=x86-linux-gcc --as=yasm
 endif
+ifeq ($(ADK_TARGET_SYSTEM_INTEL_ATOM),y)
+CONFIGURE_ARGS+=	--target=x86-linux-gcc --as=yasm
+endif
 ifeq ($(ADK_TARGET_SYSTEM_PCENGINES_WRAP),y)
 CONFIGURE_ARGS+=	--target=x86-linux-gcc --as=yasm
 endif