X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fum%2FMakefile;h=e55d32e903bc1a4095a3f44123f2fb22ccd40abc;hb=4060994c3e337b40e0f6fa8ce2cc178e021baf3d;hp=7af37e342e331bf89f0880c2ae0ae4d690f3cbea;hpb=012e060c95e547eceea4a12c6f58592473bf4011;p=powerpc.git diff --git a/arch/um/Makefile b/arch/um/Makefile index 7af37e342e..e55d32e903 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile @@ -60,7 +60,7 @@ AFLAGS += $(ARCH_INCLUDE) USER_CFLAGS := $(patsubst -I%,,$(CFLAGS)) USER_CFLAGS := $(patsubst -D__KERNEL__,,$(USER_CFLAGS)) $(ARCH_INCLUDE) \ - $(MODE_INCLUDE) + $(MODE_INCLUDE) -D_FILE_OFFSET_BITS=64 # -Derrno=kernel_errno - This turns all kernel references to errno into # kernel_errno to separate them from the libc errno. This allows -fno-common @@ -152,7 +152,7 @@ archclean: $(SYMLINK_HEADERS): @echo ' SYMLINK $@' ifneq ($(KBUILD_SRC),) - ln -fsn $(srctree)/include/asm-um/$(basename $(notdir $@))-$(SUBARCH)$(suffix $@) $@ + $(Q)ln -fsn $(srctree)/include/asm-um/$(basename $(notdir $@))-$(SUBARCH)$(suffix $@) $@ else $(Q)cd $(TOPDIR)/$(dir $@) ; \ ln -sf $(basename $(notdir $@))-$(SUBARCH)$(suffix $@) $(notdir $@)