Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7028
b: refs/heads/master
c: 93ea5a5
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 5, 2005
1 parent e1dd906 commit a6153ab
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 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: ec7cf783dd6cf5c8fb6b6767560686ed28d1cd6d
refs/heads/master: 93ea5a5b5c71ddbefd4082627d8f33e4bc038a6f
1 change: 1 addition & 0 deletions trunk/arch/um/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ SYS_DIR := $(ARCH_DIR)/include/sysdep-$(SUBARCH)

CFLAGS += $(CFLAGS-y) -D__arch_um__ -DSUBARCH=\"$(SUBARCH)\" \
$(ARCH_INCLUDE) $(MODE_INCLUDE) -Dvmap=kernel_vmap
AFLAGS += $(ARCH_INCLUDE)

USER_CFLAGS := $(patsubst -I%,,$(CFLAGS))
USER_CFLAGS := $(patsubst -D__KERNEL__,,$(USER_CFLAGS)) $(ARCH_INCLUDE) \
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/um/sys-i386/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ STUB_CFLAGS = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS))
# why ask why?
$(obj)/stub_segv.o : c_flags = $(STUB_CFLAGS)

$(obj)/stub.o : a_flags = $(STUB_CFLAGS)

subdir- := util

include arch/um/scripts/Makefile.unmap
2 changes: 0 additions & 2 deletions trunk/arch/um/sys-x86_64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ STUB_CFLAGS = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS))
# why ask why?
$(obj)/stub_segv.o : c_flags = $(STUB_CFLAGS)

$(obj)/stub.o : a_flags = $(STUB_CFLAGS)

subdir- := util

include arch/um/scripts/Makefile.unmap

0 comments on commit a6153ab

Please sign in to comment.