diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-21 07:51:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-21 07:56:39 +0200 |
commit | 8ae257ac2b83566e76c3df1eecfe5bceba11b4c9 (patch) | |
tree | aba9e7d409abe9717c6c7aba5339f694065e877f | |
parent | 78d51fdb29bb3d7eb6b219fb26f36483f642377e (diff) |
breaks network configuration rogue pointer in qemu
-rw-r--r-- | mk/vars.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/vars.mk b/mk/vars.mk index 7f09a9c3a..fa94cbd4f 100644 --- a/mk/vars.mk +++ b/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) |