⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 linux-2.6.8-build_on_case_insensitive_fs.patch

📁 linux下编译交叉工具链的工具源码
💻 PATCH
📖 第 1 页 / 共 2 页
字号:
-include/asm-$(ARCH)/reg.h: arch/$(ARCH)/kernel/reg.s+include/asm-$(ARCH)/reg.h: arch/$(ARCH)/kernel/reg.asm 	$(call filechk,gen-asm-reg.h)  CLEAN_FILES += include/asm-$(ARCH)/offset.h.tmp \diff -ur linux-2.6.7/arch/mips/kernel/Makefile linux-2.6.7-mod/arch/mips/kernel/Makefile--- linux-2.6.7/arch/mips/kernel/Makefile	Mon May 10 04:32:28 2004+++ linux-2.6.7-mod/arch/mips/kernel/Makefile	Sat Jun 19 12:53:41 2004@@ -2,7 +2,7 @@ # Makefile for the Linux/MIPS kernel. # -extra-y		:= head.o init_task.o vmlinux.lds.s+extra-y		:= head.o init_task.o vmlinux.lds.asm  obj-y		+= cpu-probe.o branch.o entry.o genex.o irq.o process.o \ 		   ptrace.o reset.o semaphore.o setup.o signal.o syscall.o \diff -ur linux-2.6.7/arch/parisc/Makefile linux-2.6.7-mod/arch/parisc/Makefile--- linux-2.6.7/arch/parisc/Makefile	Fri Jun 18 22:51:21 2004+++ linux-2.6.7-mod/arch/parisc/Makefile	Sat Jun 19 12:53:47 2004@@ -88,10 +88,10 @@  prepare: include/asm-parisc/offsets.h -arch/parisc/kernel/asm-offsets.s: include/asm include/linux/version.h \+arch/parisc/kernel/asm-offsets.asm: include/asm include/linux/version.h \ 				   include/config/MARKER -include/asm-parisc/offsets.h: arch/parisc/kernel/asm-offsets.s+include/asm-parisc/offsets.h: arch/parisc/kernel/asm-offsets.asm 	$(call filechk,gen-asm-offsets)  CLEAN_FILES	+= lifimage include/asm-parisc/offsets.hdiff -ur linux-2.6.7/arch/parisc/kernel/Makefile linux-2.6.7-mod/arch/parisc/kernel/Makefile--- linux-2.6.7/arch/parisc/kernel/Makefile	Fri Jun 18 22:51:21 2004+++ linux-2.6.7-mod/arch/parisc/kernel/Makefile	Sat Jun 19 12:53:53 2004@@ -4,7 +4,7 @@  head-y			:= head.o head-$(CONFIG_PARISC64)	:= head64.o-extra-y			:= init_task.o $(head-y) vmlinux.lds.s+extra-y			:= init_task.o $(head-y) vmlinux.lds.asm  AFLAGS_entry.o	:= -traditional AFLAGS_pacache.o := -traditionaldiff -ur linux-2.6.7/arch/ppc/Makefile linux-2.6.7-mod/arch/ppc/Makefile--- linux-2.6.7/arch/ppc/Makefile	Fri Jun 18 22:51:22 2004+++ linux-2.6.7-mod/arch/ppc/Makefile	Sat Jun 19 12:54:09 2004@@ -78,10 +78,10 @@  prepare: include/asm-$(ARCH)/offsets.h checkbin -arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \+arch/$(ARCH)/kernel/asm-offsets.asm: include/asm include/linux/version.h \ 				   include/config/MARKER -include/asm-$(ARCH)/offsets.h: arch/$(ARCH)/kernel/asm-offsets.s+include/asm-$(ARCH)/offsets.h: arch/$(ARCH)/kernel/asm-offsets.asm 	$(call filechk,gen-asm-offsets)  ifdef CONFIG_6xx@@ -104,4 +104,4 @@ endif  CLEAN_FILES +=	include/asm-$(ARCH)/offsets.h \-		arch/$(ARCH)/kernel/asm-offsets.s+		arch/$(ARCH)/kernel/asm-offsets.asmdiff -ur linux-2.6.7/arch/ppc/kernel/Makefile linux-2.6.7-mod/arch/ppc/kernel/Makefile--- linux-2.6.7/arch/ppc/kernel/Makefile	Fri Jun 18 22:51:24 2004+++ linux-2.6.7-mod/arch/ppc/kernel/Makefile	Sat Jun 19 12:43:10 2004@@ -15,7 +15,7 @@ extra-$(CONFIG_8xx)		:= head_8xx.o extra-$(CONFIG_6xx)		+= idle_6xx.o extra-$(CONFIG_POWER4)		+= idle_power4.o-extra-y				+= vmlinux.lds.s+extra-y				+= vmlinux.lds.asm  obj-y				:= entry.o traps.o irq.o idle.o time.o misc.o \ 					process.o signal.o ptrace.o align.o \diff -ur linux-2.6.7/arch/ppc64/Makefile linux-2.6.7-mod/arch/ppc64/Makefile--- linux-2.6.7/arch/ppc64/Makefile	Fri Jun 18 22:51:26 2004+++ linux-2.6.7-mod/arch/ppc64/Makefile	Sat Jun 19 12:54:32 2004@@ -67,10 +67,10 @@  prepare: include/asm-ppc64/offsets.h -arch/ppc64/kernel/asm-offsets.s: include/asm include/linux/version.h \+arch/ppc64/kernel/asm-offsets.asm: include/asm include/linux/version.h \ 				   include/config/MARKER -include/asm-ppc64/offsets.h: arch/ppc64/kernel/asm-offsets.s+include/asm-ppc64/offsets.h: arch/ppc64/kernel/asm-offsets.asm 	$(call filechk,gen-asm-offsets)  define archhelpdiff -ur linux-2.6.7/arch/ppc64/kernel/Makefile linux-2.6.7-mod/arch/ppc64/kernel/Makefile--- linux-2.6.7/arch/ppc64/kernel/Makefile	Mon May 10 04:33:20 2004+++ linux-2.6.7-mod/arch/ppc64/kernel/Makefile	Sat Jun 19 12:54:39 2004@@ -3,7 +3,7 @@ #  EXTRA_CFLAGS	+= -mno-minimal-toc-extra-y		:= head.o vmlinux.lds.s+extra-y		:= head.o vmlinux.lds.asm  obj-y               :=	setup.o entry.o traps.o irq.o idle.o dma.o \ 			time.o process.o signal.o syscalls.o misc.o ptrace.o \diff -ur linux-2.6.7/arch/s390/Makefile linux-2.6.7-mod/arch/s390/Makefile--- linux-2.6.7/arch/s390/Makefile	Mon May 10 04:32:02 2004+++ linux-2.6.7-mod/arch/s390/Makefile	Sat Jun 19 12:54:46 2004@@ -68,10 +68,10 @@  prepare: include/asm-$(ARCH)/offsets.h -arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \+arch/$(ARCH)/kernel/asm-offsets.asm: include/asm include/linux/version.h \ 				   include/config/MARKER -include/asm-$(ARCH)/offsets.h: arch/$(ARCH)/kernel/asm-offsets.s+include/asm-$(ARCH)/offsets.h: arch/$(ARCH)/kernel/asm-offsets.asm 	$(call filechk,gen-asm-offsets)  CLEAN_FILES += include/asm-$(ARCH)/offsets.hdiff -ur linux-2.6.7/arch/s390/kernel/Makefile linux-2.6.7-mod/arch/s390/kernel/Makefile--- linux-2.6.7/arch/s390/kernel/Makefile	Mon May 10 04:33:20 2004+++ linux-2.6.7-mod/arch/s390/kernel/Makefile	Sat Jun 19 12:54:52 2004@@ -10,7 +10,7 @@  extra-$(CONFIG_ARCH_S390_31)	+= head.o  extra-$(CONFIG_ARCH_S390X)	+= head64.o -extra-y				+= init_task.o vmlinux.lds.s+extra-y				+= init_task.o vmlinux.lds.asm  obj-$(CONFIG_MODULES)		+= s390_ksyms.o module.o obj-$(CONFIG_SMP)		+= smp.odiff -ur linux-2.6.7/arch/sh/kernel/Makefile linux-2.6.7-mod/arch/sh/kernel/Makefile--- linux-2.6.7/arch/sh/kernel/Makefile	Mon May 10 04:32:39 2004+++ linux-2.6.7-mod/arch/sh/kernel/Makefile	Sat Jun 19 12:55:33 2004@@ -2,7 +2,7 @@ # Makefile for the Linux/SuperH kernel. # -extra-y	:= head.o init_task.o vmlinux.lds.s+extra-y	:= head.o init_task.o vmlinux.lds.asm  obj-y	:= process.o signal.o entry.o traps.o irq.o \ 	ptrace.o setup.o time.o sys_sh.o semaphore.o \diff -ur linux-2.6.7/arch/sparc/Makefile linux-2.6.7-mod/arch/sparc/Makefile--- linux-2.6.7/arch/sparc/Makefile	Fri Jun 18 22:51:29 2004+++ linux-2.6.7-mod/arch/sparc/Makefile	Sat Jun 19 12:55:48 2004@@ -61,14 +61,14 @@  prepare: include/asm-$(ARCH)/asm_offsets.h -arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \+arch/$(ARCH)/kernel/asm-offsets.asm: include/asm include/linux/version.h \ 				   include/config/MARKER -include/asm-$(ARCH)/asm_offsets.h: arch/$(ARCH)/kernel/asm-offsets.s+include/asm-$(ARCH)/asm_offsets.h: arch/$(ARCH)/kernel/asm-offsets.asm 	$(call filechk,gen-asm-offsets)  CLEAN_FILES +=	include/asm-$(ARCH)/asm_offsets.h	\-		arch/$(ARCH)/kernel/asm-offsets.s	\+		arch/$(ARCH)/kernel/asm-offsets.asm	\ 		arch/$(ARCH)/boot/System.map  # Don't use tabs in echo arguments.diff -ur linux-2.6.7/arch/sparc/kernel/Makefile linux-2.6.7-mod/arch/sparc/kernel/Makefile--- linux-2.6.7/arch/sparc/kernel/Makefile	Mon May 10 04:33:13 2004+++ linux-2.6.7-mod/arch/sparc/kernel/Makefile	Sat Jun 19 12:55:52 2004@@ -2,7 +2,7 @@ # Makefile for the linux kernel. # -extra-y		:= head.o init_task.o vmlinux.lds.s+extra-y		:= head.o init_task.o vmlinux.lds.asm  EXTRA_AFLAGS	:= -ansi diff -ur linux-2.6.7/arch/sparc64/kernel/Makefile linux-2.6.7-mod/arch/sparc64/kernel/Makefile--- linux-2.6.7/arch/sparc64/kernel/Makefile	Mon May 10 04:32:02 2004+++ linux-2.6.7-mod/arch/sparc64/kernel/Makefile	Sat Jun 19 12:56:24 2004@@ -5,7 +5,7 @@ EXTRA_AFLAGS := -ansi EXTRA_CFLAGS := -Werror -extra-y		:= head.o init_task.o vmlinux.lds.s+extra-y		:= head.o init_task.o vmlinux.lds.asm  obj-y		:= process.o setup.o cpu.o idprom.o \ 		   traps.o devices.o auxio.o \diff -ur linux-2.6.7/arch/um/Makefile linux-2.6.7-mod/arch/um/Makefile--- linux-2.6.7/arch/um/Makefile	Mon May 10 04:32:52 2004+++ linux-2.6.7-mod/arch/um/Makefile	Sat Jun 19 12:57:07 2004@@ -77,7 +77,7 @@ # CONFIG_MODE_SKAS + CONFIG_STATIC_LINK case.  LINK_TT = -static-LD_SCRIPT_TT := uml.lds.s+LD_SCRIPT_TT := uml.lds.asm  ifeq ($(CONFIG_STATIC_LINK),y)   LINK-y += $(LINK_TT)@@ -103,11 +103,11 @@ 	-DELF_FORMAT=\"$(ELF_FORMAT)\" $(CPP_MODE_TT) \ 	-DKERNEL_STACK_SIZE=$(STACK_SIZE) -AFLAGS_$(LD_SCRIPT-y:.s=).o = $(AFLAGS_vmlinux.lds.o) -P -C -Uum+AFLAGS_$(LD_SCRIPT-y:.asm=).o = $(AFLAGS_vmlinux.lds.o) -P -C -Uum  LD_SCRIPT-y := $(ARCH_DIR)/$(LD_SCRIPT-y) -$(LD_SCRIPT-y) : $(LD_SCRIPT-y:.s=.S) scripts FORCE+$(LD_SCRIPT-y) : $(LD_SCRIPT-y:.asm=.S) scripts FORCE 	$(call if_changed_dep,as_s_S)  linux: vmlinux $(LD_SCRIPT-y)@@ -122,8 +122,8 @@ # To get a definition of F_SETSIG USER_CFLAGS += -D_GNU_SOURCE -CLEAN_FILES += linux x.i gmon.out $(ARCH_DIR)/uml.lds.s \-	$(ARCH_DIR)/dyn_link.ld.s $(GEN_HEADERS)+CLEAN_FILES += linux x.i gmon.out $(ARCH_DIR)/uml.lds.asm \+	$(ARCH_DIR)/dyn_link.ld.asm $(GEN_HEADERS)  $(ARCH_DIR)/main.o: $(ARCH_DIR)/main.c 	$(CC) $(USER_CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<diff -ur linux-2.6.7/arch/um/kernel/Makefile linux-2.6.7-mod/arch/um/kernel/Makefile--- linux-2.6.7/arch/um/kernel/Makefile	Mon May 10 04:32:53 2004+++ linux-2.6.7-mod/arch/um/kernel/Makefile	Sat Jun 19 12:57:15 2004@@ -3,7 +3,7 @@ # Licensed under the GPL # -extra-y := vmlinux.lds.s+extra-y := vmlinux.lds.asm  obj-y = checksum.o config.o exec_kern.o exitcode.o frame_kern.o frame.o \ 	helper.o init_task.o irq.o irq_user.o ksyms.o mem.o mem_user.o \diff -ur linux-2.6.7/arch/v850/Makefile linux-2.6.7-mod/arch/v850/Makefile--- linux-2.6.7/arch/v850/Makefile	Mon May 10 04:33:21 2004+++ linux-2.6.7-mod/arch/v850/Makefile	Sat Jun 19 12:57:59 2004@@ -52,12 +52,12 @@ prepare: include/asm-$(ARCH)/asm-consts.h  # Generate constants from C code for use by asm files-arch/$(ARCH)/kernel/asm-consts.s: include/asm include/linux/version.h \+arch/$(ARCH)/kernel/asm-consts.asm: include/asm include/linux/version.h \ 				   include/config/MARKER -include/asm-$(ARCH)/asm-consts.h: arch/$(ARCH)/kernel/asm-consts.s+include/asm-$(ARCH)/asm-consts.h: arch/$(ARCH)/kernel/asm-consts.asm 	$(call filechk,gen-asm-offsets)  CLEAN_FILES += include/asm-$(ARCH)/asm-consts.h \-	       arch/$(ARCH)/kernel/asm-consts.s \+	       arch/$(ARCH)/kernel/asm-consts.asm \ 	       root_fs_image.odiff -ur linux-2.6.7/arch/v850/kernel/Makefile linux-2.6.7-mod/arch/v850/kernel/Makefile--- linux-2.6.7/arch/v850/kernel/Makefile	Mon May 10 04:33:21 2004+++ linux-2.6.7-mod/arch/v850/kernel/Makefile	Sat Jun 19 12:58:04 2004@@ -9,7 +9,7 @@ # for more details. # -extra-y := head.o init_task.o vmlinux.lds.s+extra-y := head.o init_task.o vmlinux.lds.asm  obj-y += intv.o entry.o process.o syscalls.o time.o semaphore.o setup.o \ 	 signal.o irq.o mach.o ptrace.o bug.odiff -ur linux-2.6.7/arch/x86_64/Makefile linux-2.6.7-mod/arch/x86_64/Makefile--- linux-2.6.7/arch/x86_64/Makefile	Mon May 10 04:33:19 2004+++ linux-2.6.7-mod/arch/x86_64/Makefile	Sat Jun 19 12:58:10 2004@@ -93,10 +93,10 @@  prepare: include/asm-$(ARCH)/offset.h -arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \+arch/$(ARCH)/kernel/asm-offsets.asm: include/asm include/linux/version.h \ 				   include/config/MARKER -include/asm-$(ARCH)/offset.h: arch/$(ARCH)/kernel/asm-offsets.s+include/asm-$(ARCH)/offset.h: arch/$(ARCH)/kernel/asm-offsets.asm 	$(call filechk,gen-asm-offsets)  CLEAN_FILES += include/asm-$(ARCH)/offset.hdiff -ur linux-2.6.7/arch/x86_64/kernel/Makefile linux-2.6.7-mod/arch/x86_64/kernel/Makefile--- linux-2.6.7/arch/x86_64/kernel/Makefile	Fri Jun 18 22:51:32 2004+++ linux-2.6.7-mod/arch/x86_64/kernel/Makefile	Sat Jun 19 12:58:17 2004@@ -2,7 +2,7 @@ # Makefile for the linux kernel. # -extra-y 	:= head.o head64.o init_task.o vmlinux.lds.s+extra-y 	:= head.o head64.o init_task.o vmlinux.lds.asm EXTRA_AFLAGS	:= -traditional obj-y	:= process.o semaphore.o signal.o entry.o traps.o irq.o \ 		ptrace.o i8259.o ioport.o ldt.o setup.o time.o sys_x86_64.o \diff -ur linux-2.6.7/scripts/Makefile.build linux-2.6.7-mod/scripts/Makefile.build--- linux-2.6.7/scripts/Makefile.build	Mon May 10 04:33:13 2004+++ linux-2.6.7-mod/scripts/Makefile.build	Sat Jun 19 12:43:10 2004@@ -110,7 +110,7 @@ quiet_cmd_cc_s_c = CC $(quiet_modtag)  $@ cmd_cc_s_c       = $(CC) $(c_flags) -S -o $@ $<  -%.s: %.c FORCE+%.asm: %.c FORCE 	$(call if_changed_dep,cc_s_c)  quiet_cmd_cc_i_c = CPP $(quiet_modtag) $@@@ -197,7 +197,7 @@ quiet_cmd_as_s_S = CPP $(quiet_modtag) $@ cmd_as_s_S       = $(CPP) $(a_flags)   -o $@ $<  -%.s: %.S FORCE+%.asm: %.S FORCE 	$(call if_changed_dep,as_s_S)  quiet_cmd_as_o_S = AS $(quiet_modtag)  $@--- linux-2.6.8/arch/sparc/boot/Makefile.old	2004-09-21 21:46:18.000000000 -0700+++ linux-2.6.8/arch/sparc/boot/Makefile	2004-09-21 21:52:35.000000000 -0700@@ -19,7 +19,7 @@  BTOBJS := $(HEAD_Y) $(INIT_Y) BTLIBS := $(CORE_Y) $(LIBS_Y) $(DRIVERS_Y) $(NET_Y)-LDFLAGS_image := -T arch/sparc/kernel/vmlinux.lds.s $(BTOBJS) --start-group $(BTLIBS) --end-group $(kallsyms.o)+LDFLAGS_image := -T arch/sparc/kernel/vmlinux.lds.asm $(BTOBJS) --start-group $(BTLIBS) --end-group $(kallsyms.o)  # Actual linking $(obj)/image: $(obj)/btfix.o FORCE--- linux-2.6.8/arch/sh64/Makefile.old	2004-09-21 21:46:18.000000000 -0700+++ linux-2.6.8/arch/sh64/Makefile	2004-09-21 21:54:31.000000000 -0700@@ -71,7 +71,7 @@  prepare: include/asm-$(ARCH)/asm-offsets.h arch/$(ARCH)/lib/syscalltab.h -include/asm-$(ARCH)/asm-offsets.h: arch/$(ARCH)/kernel/asm-offsets.s \+include/asm-$(ARCH)/asm-offsets.h: arch/$(ARCH)/kernel/asm-offsets.asm \ 				   include/asm include/linux/version.h 	$(call filechk,gen-asm-offsets) --- linux-2.6.8/arch/sh64/boot/compressed/Makefile.old	2004-09-21 21:46:18.000000000 -0700+++ linux-2.6.8/arch/sh64/boot/compressed/Makefile	2004-09-21 21:54:41.000000000 -0700@@ -25,7 +25,7 @@ ZIMAGE_OFFSET = $(shell printf "0x%8x" $$[$(CONFIG_MEMORY_START)+0x400000+0x10000])  LDFLAGS_vmlinux := -Ttext $(ZIMAGE_OFFSET) -e startup \-		    -T $(obj)/../../kernel/vmlinux.lds.s \+		    -T $(obj)/../../kernel/vmlinux.lds.asm \ 		    --no-warn-mismatch  $(obj)/vmlinux: $(OBJECTS) $(obj)/piggy.o FORCE@@ -41,6 +41,6 @@ LDFLAGS_piggy.o := -r --format binary --oformat elf32-sh64-linux -T OBJCOPYFLAGS += -R .empty_zero_page -$(obj)/piggy.o: $(obj)/vmlinux.lds.s $(obj)/vmlinux.bin.gz FORCE+$(obj)/piggy.o: $(obj)/vmlinux.lds.asm $(obj)/vmlinux.bin.gz FORCE 	$(call if_changed,ld) 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -