Browse Source

breaks network configuration rogue pointer in qemu

Waldemar Brodkorb 11 years ago
parent
commit
8ae257ac2b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      mk/vars.mk

+ 4 - 4
mk/vars.mk

@@ -136,10 +136,10 @@ ifeq ($(ADK_LINUX_MICROBLAZE),y)
 TARGET_CFLAGS+=		-mxl-barrel-shift
 TARGET_CXXFLAGS+=	-mxl-barrel-shift
 endif
-ifeq ($(ADK_LINUX_XTENSA),y)
-TARGET_CFLAGS+=		-mlongcalls -mtext-section-literals
-TARGET_CXXFLAGS+=	-mlongcalls -mtext-section-literals
-endif
+#ifeq ($(ADK_LINUX_XTENSA),y)
+#TARGET_CFLAGS+=		-mtext-section-literals
+#TARGET_CXXFLAGS+=	-mtext-section-literals
+#endif
 
 ifneq ($(ADK_DEBUG),)
 ifeq ($(ADK_DEBUG_OPTS),y)