Explorar el Código

Removed TAGGED_IMAGE from the default build; NBI has been broken for ages.

tags/v0.9.3
Michael Brown hace 19 años
padre
commit
d475ecd561
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/config.h

+ 1
- 1
src/config.h Ver fichero

@@ -98,7 +98,7 @@
98 98
  * you want to use.
99 99
  *
100 100
  */
101
-#define TAGGED_IMAGE		/* NBI image support */
101
+#undef	TAGGED_IMAGE		/* NBI image support */
102 102
 #undef	ELF64_IMAGE		/* ELF64 image support */
103 103
 #undef	ELF_IMAGE		/* ELF image support */
104 104
 #undef	COFF_IMAGE		/* COFF image support */

Loading…
Cancelar
Guardar