Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362736
b: refs/heads/master
c: cf71130
h: refs/heads/master
v: v3
  • Loading branch information
Helge Deller committed Apr 25, 2013
1 parent 0d4d82f commit 242871a
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 0f28b62890097cb8732581a80f0a47fd7649df7d
refs/heads/master: cf71130d630d773ef1861adbd8a034d3ac806f3e
6 changes: 4 additions & 2 deletions trunk/arch/parisc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ ifndef CONFIG_FUNCTION_TRACER
endif

# Use long jumps instead of long branches (needed if your linker fails to
# link a too big vmlinux executable)
cflags-$(CONFIG_MLONGCALLS) += -mlong-calls
# link a too big vmlinux executable). Not enabled for building modules.
ifdef CONFIG_MLONGCALLS
KBUILD_CFLAGS_KERNEL += -mlong-calls
endif

# select which processor to optimise for
cflags-$(CONFIG_PA7100) += -march=1.1 -mschedule=7100
Expand Down

0 comments on commit 242871a

Please sign in to comment.