Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165941
b: refs/heads/master
c: e469b0e
h: refs/heads/master
i:
  165939: 0a2ee7b
v: v3
  • Loading branch information
John Williams authored and Michal Simek committed Sep 22, 2009
1 parent bdd86be commit 6cbae8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ac854ff1fc779101ff1989c3a20c1f238a2b5f3a
refs/heads/master: e469b0eb36c8abf033435c4918b03eaab159e002
4 changes: 2 additions & 2 deletions trunk/arch/microblaze/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ CPUFLAGS-$(CONFIG_XILINX_MICROBLAZE0_USE_PCMP_INSTR) += -mxl-pattern-compare
CPUFLAGS-1 += $(call cc-option,-mcpu=v$(CPU_VER))

# r31 holds current when in kernel mode
KBUILD_KERNEL += -ffixed-r31 $(CPUFLAGS-1) $(CPUFLAGS-2)
KBUILD_CFLAGS += -ffixed-r31 $(CPUFLAGS-1) $(CPUFLAGS-2)

LDFLAGS :=
LDFLAGS_vmlinux :=

LIBGCC := $(shell $(CC) $(KBUILD_KERNEL) -print-libgcc-file-name)
LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)

head-y := arch/microblaze/kernel/head.o
libs-y += arch/microblaze/lib/
Expand Down

0 comments on commit 6cbae8f

Please sign in to comment.