History log of /openbsd/sys/arch/macppc/stand/Makefile.inc (Results 1 – 14 of 14)
Revision Date Author Comments
# 52f1a3c7 12-Oct-2022 kn <kn@openbsd.org>

Remove powerpc left-overs

There since the powerpc -> macppc move/rename.

KERN_AS usage disappeared in
commit 5b7db11d478192c5908038bb1345e7d51cc35c8e
Author: rahnds <rahnds@openbsd.org>
Date:

Remove powerpc left-overs

There since the powerpc -> macppc move/rename.

KERN_AS usage disappeared in
commit 5b7db11d478192c5908038bb1345e7d51cc35c8e
Author: rahnds <rahnds@openbsd.org>
Date: Mon May 5 16:47:15 1997 +0000

only build one version of the libraries.

REAL_VIRT usage disappeared in
commit 08e027d6bb9ca863bfc44a1aa6957ff3a242e2f4
Author: rahnds <rahnds@openbsd.org>
Date: Thu Apr 27 12:36:29 2000 +0000

Fixes to xcoff bootloader to allow it to execute and load kernels for OpenBSD.

Make agrees that these are defined but not used:

$ make -p | grep -e KERN_AS -e REAL_VIRT
KERN_AS = library
REAL_VIRT = -v
$ make -C ofwboot -p | grep -e KERN_AS -e REAL_VIRT
KERN_AS = library
REAL_VIRT = -v

No object change.
Feedback OK miod

show more ...


# a83990f4 06-Nov-2016 tb <tb@openbsd.org>

Do not create machine@ symlinks in obj as root during includes:, but
defer their creation to later, so that they are owned by BUILDUSER.
This eliminates the last root-owned files in obj/ from 'make b

Do not create machine@ symlinks in obj as root during includes:, but
defer their creation to later, so that they are owned by BUILDUSER.
This eliminates the last root-owned files in obj/ from 'make build'.
In addition, place a MACHINE == hppa test in hppa/stand/Makefile.inc
to avoid creating bogus symlinks on all other archs.

joint work with & ok natano, "let's try it" deraadt

show more ...


# 1be67504 27-Oct-2013 deraadt <deraadt@openbsd.org>

build the manual pages on all architectures


# 32a5ef7a 18-Oct-2013 miod <miod@openbsd.org>

Add a proper MANSUBDIR, to have manpages install in the proper directory.


# 5af4adb8 02-Sep-2012 deraadt <deraadt@openbsd.org>

Allow bootblocks to build in PIE; joint effort with pascal
boot.mac might still have a problem since it did change size...
looking for a testing report.


# dae00fde 14-May-2010 drahn <drahn@openbsd.org>

avoid builtins completely, so avoid possible issues with gcc4.


# 8dbbe04f 26-Nov-2007 deraadt <deraadt@openbsd.org>

few more dribbles of LIBKERN cleanup


# 5523baa1 30-Dec-2005 millert <millert@openbsd.org>

Now that errno.h and sys/errno.h are separate header files there is no
need to use the -Derrno=errno workaround added when __errno() was
introduced. OK deraadt@


# c6026a15 14-May-2005 drahn <drahn@openbsd.org>

Remove bogus #define, no binary difference.


# 0ede50fc 13-Jul-2004 marc <marc@openbsd.org>

errno changes, lib major version bumps, and general flag day
To build you must:
cd /usr/src && make obj && make includes
cd lib/libc && make depend && make && NOMAN=1 sudo make install
cd /usr/src &&

errno changes, lib major version bumps, and general flag day
To build you must:
cd /usr/src && make obj && make includes
cd lib/libc && make depend && make && NOMAN=1 sudo make install
cd /usr/src && make build

show more ...


# 6377a2aa 09-Jan-2004 drahn <drahn@openbsd.org>

fix build for gcc3.


# fb929c0d 02-Dec-2002 miod <miod@openbsd.org>

Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack
attack protection scheme, into gcc.

This protection is enabled by default. It can be turned off by using the
-fno-stack-prote

Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack
attack protection scheme, into gcc.

This protection is enabled by default. It can be turned off by using the
-fno-stack-protector flag.

Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific
integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and
myself; beer drinking by myself.

Please note that system upgrades with this new code will require a new
libc and ld.so to be build and installed before the propolice-enabled
compiler can be installed.

show more ...


# 005b1ce2 03-Oct-2001 drahn <drahn@openbsd.org>

Install the bsd.tbxi data file. millert@ ok.


# 4c64bf9e 01-Sep-2001 drahn <drahn@openbsd.org>

The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.

Most of t

The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.

Most of the work involved in the renaming process was performed by miod@

Files moved from powerpc/stand to macppc/stand

show more ...