Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64949
b: refs/heads/master
c: b2444d3
h: refs/heads/master
i:
  64947: 756acda
v: v3
  • Loading branch information
Chris Zankel committed Aug 27, 2007
1 parent 3c707b1 commit 13ebea2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cef9287ead2775e4d7eaa280a73ee99d7269c3e4
refs/heads/master: b2444d34a0e727a80fee4b725bc5ecb9d0f206f0
7 changes: 6 additions & 1 deletion trunk/arch/xtensa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ platform-$(CONFIG_XTENSA_PLATFORM_ISS) := iss
PLATFORM = $(platform-y)
export PLATFORM

CFLAGS += -pipe -mlongcalls
# temporarily until string.h is fixed
cflags-y += -ffreestanding

cflags-y += -pipe -mlongcalls

CFLAGS += $(cflags-y)

KBUILD_DEFCONFIG := iss_defconfig

Expand Down

0 comments on commit 13ebea2

Please sign in to comment.