Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36176
b: refs/heads/master
c: 0683750
h: refs/heads/master
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Sep 27, 2006
1 parent 96efe71 commit 9990175
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 85f651794c46e8e3faf204a767d1caa7f9f278f0
refs/heads/master: 06837504de7b4883e92af207dbbab4310d0db0ed
7 changes: 5 additions & 2 deletions trunk/arch/um/Makefile-x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
core-y += arch/um/sys-x86_64/
START := 0x60000000

_extra_flags_ = -fno-builtin -m64 -mcmodel=kernel

#We #undef __x86_64__ for kernelspace, not for userspace where
#it's needed for headers to work!
CFLAGS += -U__$(SUBARCH)__ -fno-builtin -m64
USER_CFLAGS += -fno-builtin -m64
CFLAGS += -U__$(SUBARCH)__ $(_extra_flags_)
USER_CFLAGS += $(_extra_flags_)

CHECKFLAGS += -m64
AFLAGS += -m64
LDFLAGS += -m elf_x86_64
Expand Down

0 comments on commit 9990175

Please sign in to comment.