index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
mvmeppc
/
conf
/
Makefile.mvmeppc
Age
Commit message (
Expand
)
Author
2006-07-27
Compile all kernels with -Wstack-usage-larger-than-2047, now that all
Miod Vallat
2006-06-01
Right at the end of a debug kernel build, the current Makefile copies bsd
Christopher Pascoe
2005-04-07
Remove spurious -L for /usr/include in INCLUDES defn. ok miod@
Ian Darwin
2004-11-19
More aggressive strip flags for non debug kernels; this is a noop on some
Miod Vallat
2004-01-26
Bump load address, same as done on macppc last year.
Miod Vallat
2004-01-23
Sync options and defines with other ppc ports.
Miod Vallat
2003-11-24
-fno-builtin. okay dale `mvmeppc doesn't exist' rahn.
Marc Espie
2003-07-22
Fix .depend generation for assym.h. Resolves PR 1154.
Otto Moerbeek
2003-05-23
move swapgeneric to truly generic code. tested on many archs by miod and mic...
Ted Unangst
2003-05-13
Add option NO_PROPOLICE, which explicitely disables the use of the propolice
Miod Vallat
2003-05-13
remove -fno-stack-protector (enable propolice)
Ted Unangst
2002-12-25
No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already
Miod Vallat
2002-12-02
Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack
Miod Vallat
2002-08-09
Add an explicit dependancy of assym.h to Makefile.
Miod Vallat
2002-06-22
Add ${PIPE} to CFLAGS
Todd C. Miller
2002-06-08
compile with -Wall -Werror -Whatever
Miod Vallat
2002-01-03
Use STRIPFLAGS=-g -X -x rather than =-d on all ELF arches.
Miod Vallat
2001-08-21
Get libkern to compile.
Miod Vallat
2001-07-15
add install target
assar
2001-07-06
resolve compile problems
Steve Murphree
2001-07-06
misc fixes
Steve Murphree
2001-06-26
Initial import of mvmeppc.
Steve Murphree