Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66187
b: refs/heads/master
c: e58d95a
h: refs/heads/master
i:
  66185: 3c05e76
  66183: 8e37945
v: v3
  • Loading branch information
Franck Bui-Huu authored and Ralf Baechle committed Oct 11, 2007
1 parent 4a49770 commit d31d7a8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e9f874b6f761f7f8394157d28641491c9babc1d3
refs/heads/master: e58d95abb7b3232333ab35a09f7f5b0cd6a19cdb
4 changes: 3 additions & 1 deletion trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,9 @@ ifdef CONFIG_64BIT
endif

ifeq ($(KBUILD_SYM32), y)
cflags-y += -msym32 -DKBUILD_64BIT_SYM32
ifeq ($(call cc-option-yn,-msym32), y)
cflags-y += -msym32 -DKBUILD_64BIT_SYM32
endif
endif
endif

Expand Down

0 comments on commit d31d7a8

Please sign in to comment.