An error occurred fetching the project authors.
- 31 Oct, 2004 1 commit
-
-
Linus Torvalds authored
m68k used to do this by hand, but it really ends up being needed for any environment that does cross-builds, so just do it unconditionally. This should mean that you never need to cross-build sparse or have any other hacks for checking a cross-built environment.
-
- 05 Oct, 2004 1 commit
-
-
Linus Torvalds authored
More recent versions of sparse do not define the Linux-specific default defines, so we make the main Makefile default to the regular Linux preprocessor defines (__linux__, linux, __STDC__ and unix, __unix__). Also, sparse has long since fixed the default empty define to be "1" as in regular C, so remove the unnecessary "=1" from the architecture-specific sparse CHECKFLAGS.
-
- 19 Aug, 2004 1 commit
-
-
Sam Ravnborg authored
Using separate assignment for CHECKFLAGS allows convenient redefinition of CHECK on the command line: make CHECK=~/bin64/sparse C=2 to use a special 64 bit version. Introduced usage in all archs that assined values to CHECK. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
- 20 Jun, 2004 1 commit
-
-
Geert Uytterhoeven authored
M68k: Make sparse work Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
- 11 May, 2004 1 commit
-
-
Geert Uytterhoeven authored
M68k: Remove superfluous whitespace that hurts my eyes with `let c_space_errors=1' in vim. This includes correcting trailing whitespace and spaces in front of tabs. `diff -urNbB' shows no difference before/after.
-
- 22 Feb, 2004 1 commit
-
-
Andrew Morton authored
From: Geert Uytterhoeven <geert@linux-m68k.org> M68k offsets.h: Move arch/m68k/kernel/m68k_defs.h to include/asm/offsets.h and use gen-asm-offsets framework (from Andreas Schwab and Ray Knight)
-
- 29 Sep, 2003 1 commit
-
-
Geert Uytterhoeven authored
m68k: Build a zImage (vmlinux.gz) instead of an uncompressed image by default
-
- 25 Jul, 2003 1 commit
-
-
Sam Ravnborg authored
Update support for .incbin in /usr. No longer generate .S files from within the Makefile. Also deleted the assignment to LDFLAGS_BLOB for most architectures. I did not touch ARM and cris: arm: Russell told me they did not have a new as that could be used cris: Looked like it was used for more than just usr/
-
- 19 Jun, 2003 1 commit
-
-
Sam Ravnborg authored
Patch originally by HJ Lu. The filesystem was previously embedded in a .o file using ld. Embedding the filesystem using ld broke as a result ia64 and maybe more architectures. The better way to do this is to use the .incbin feature, as already used for vsyscall for i386. .incbin has the advantage that ELH header is correct, as required by ia64 - and maybe other archs. This change will break architectures relying on binutils older than 2.11.90.0.23 released on 2001-07-14. Most notably arm will break in some configurations due to this. The rationale behing introducing .incbin is that ia64 needs this change and the .incbin feature has been present in binutils for a number of years now. arm will thus have to catch up with binutils - or patch usr/Makefile to stay compatible with the 2.5 kernel. The definition of LDFLAGS_BLOB removed for all architectures - it was obsoleted by this change. Except for arm - that may require it due to the tool compatibility issue.
-
- 26 Jan, 2003 2 commits
-
-
Sam Ravnborg authored
Replace done for all archs except mips* and cris. These architectures are lacking too much behind that it made sense
-
Sam Ravnborg authored
The recent change in the top level makefile allowed this clean-up in all the architecture specific Makefiles. No functional changes, just deleted the now optional targets
-
- 28 Dec, 2002 1 commit
-
-
Geert Uytterhoeven authored
M68k initramfs updates: - Define LDFLAGS_BLOB - Add .init.ramfs section to linkfiles
-
- 22 Sep, 2002 1 commit
-
-
Kai Germaschewski authored
-
- 17 Sep, 2002 2 commits
-
-
Kai Germaschewski authored
Now that all archs use the same way to generate the link script, we can handle it from the common top-level Makefile instead of the individual arch/*/Makefile's.
-
Kai Germaschewski authored
For consistency reasons, generate arch/$(ARCH)/vmlinux.lds.s from arch/$(ARCH)/vmlinux.lds.S on all archs, even those which do not need preprocessing (yet).
-
- 20 Jun, 2002 2 commits
-
-
Kai Germaschewski authored
Some archs sneaked additional flags for ld into $(LD). This can be done cleaner now, by just using $(LDFLAGS).
-
Kai Germaschewski authored
Everywhere else we use CFLAGS_<target> etc to designate special flags for an object, so handle vmlinux the same way.
-
- 16 Jun, 2002 1 commit
-
-
Kai Germaschewski authored
Since we don't do dependencies up front anymore, archdep does not make too much sense anymore. It was mostly unused now anyway, move the remaining users to the "prepare" target, which is exactly what is wanted: Do some work before the actual build gets started.
-
- 05 Feb, 2002 2 commits
-
-
Linus Torvalds authored
- Takanori Kawano: brlock indexing bugfix - Ingo Molnar, Jeff Garzik: softirq updates and fixes - Al Viro: rampage of superblock cleanups. - Jean Tourrilhes: Orinoco driver update v6, IrNET update - Trond Myklebust: NFS brown-paper-bag thing - Tim Waugh: parport update - David Miller: networking and sparc updates - Jes Sorensen: m68k update. - Ben Fennema: UDF update - Geert Uytterhoeven: fbdev logo updates - Willem Riede: osst driver updates - Paul Mackerras: PPC update - Marcelo Tosatti: unlazy swap cache - Mikulas Patocka: hpfs update
-
Linus Torvalds authored
-