| History log of /src/sys/arch/macppc/stand/bootxx/Makefile |
| Revision | | Date | Author | Comments |
| 1.21 |
| 27-Jan-2019 |
dholland | fix duplicated chunk from merge
|
| 1.20 |
| 27-Jan-2019 |
pgoyette | Merge the [pgoyette-compat] branch
|
| 1.19 |
| 30-Dec-2018 |
christos | no pie/sanitizers for boot code.
|
| 1.18 |
| 02-Mar-2018 |
sevan | branches: 1.18.2; 1.18.4; Do not pass libgcc.a to linker as it breaks build with MKGCC=no e.g HEAD-LLVM. It doesn't appear to be required for the stock GCC build either, having been able to build a release without it.
|
| 1.17 |
| 15-Jul-2017 |
christos | branches: 1.17.2; Avoid missing _restgpr_30_x
|
| 1.16 |
| 20-Apr-2017 |
uwe | Quash .eh_frame unwind tables in boot code.
|
| 1.15 |
| 10-Aug-2014 |
joerg | branches: 1.15.4; 1.15.8; 1.15.12; Put GCC/GAS specific options under ACTIVE_CC == "gcc".
|
| 1.14 |
| 08-Aug-2014 |
joerg | Don't set -mmultiple or -mno-string for PowerPC, the difference is too small to really matter and it sometimes even increases the size.
|
| 1.13 |
| 12-Jan-2014 |
tsutsui | branches: 1.13.2; Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.
XXX: probabry we should have bsd.saprog.mk or something.
|
| 1.12 |
| 15-Mar-2009 |
tsutsui | branches: 1.12.12; 1.12.22; 1.12.26; - create symlinks for MD system headers by <bsd.klinks.mk> - suppress warnings on build without DESTDIR
|
| 1.11 |
| 11-Dec-2005 |
christos | branches: 1.11.78; 1.11.86; 1.11.92; merge ktrace-lwp.
|
| 1.10 |
| 09-Apr-2004 |
matt | When linking, use ${_MKTARGET_LINK} so that MAKEVERBOSE=1 looks right.
|
| 1.9 |
| 28-Feb-2003 |
matt | branches: 1.9.2; Make this play with gcc 3.3. Add -ffreestanding. Cleanup bootxx.
|
| 1.8 |
| 03-Feb-2003 |
matt | Add -DPPC_OEA to CPPFLAGS
|
| 1.7 |
| 15-May-2002 |
lukem | convert to using shared_bbinfo from <sys/bootblock.h>, and install as an "${OBJCOPY} -O binary ..." program (rather than as ELF)
|
| 1.6 |
| 13-Apr-2002 |
tsutsui | Use "-Os -mmultiple".
|
| 1.5 |
| 12-Dec-2001 |
tv | MKfoo=no -> NOfoo
|
| 1.4 |
| 07-Feb-2000 |
tsubai | branches: 1.4.8; 1.4.12; Move CFLAGS and CPPFLAGS to {bootxx,ofwboot}/Makefile to compile installboot without -D_STANDALONE.
|
| 1.3 |
| 06-May-1999 |
wrstuden | branches: 1.3.2; MAke this cross-tools happy.
|
| 1.2 |
| 13-Feb-1999 |
lukem | branches: 1.2.4; convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
|
| 1.1 |
| 12-Jun-1998 |
tsubai | Add primary boot (bootxx) and installboot command.
|
| 1.2.4.1 |
| 21-Jun-1999 |
thorpej | Sync w/ -current.
|
| 1.3.2.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
| 1.4.12.3 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
| 1.4.12.2 |
| 17-Apr-2002 |
nathanw | Catch up to -current.
|
| 1.4.12.1 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
| 1.4.8.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.4.8.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.9.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.9.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.9.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.11.92.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.11.86.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.11.78.1 |
| 04-May-2009 |
yamt | sync with head.
|
| 1.12.26.1 |
| 18-May-2014 |
rmind | sync with head
|
| 1.12.22.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
| 1.12.22.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.12.12.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.13.2.1 |
| 10-Aug-2014 |
tls | Rebase.
|
| 1.15.12.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.15.8.1 |
| 26-Apr-2017 |
pgoyette | Sync with HEAD
|
| 1.15.4.1 |
| 28-Aug-2017 |
skrll | Sync with HEAD
|
| 1.17.2.2 |
| 15-Jul-2017 |
christos | 2552540
|
| 1.17.2.1 |
| 15-Jul-2017 |
christos | file Makefile was added on branch perseant-stdc-iso10646 on 2017-07-15 23:26:47 +0000
|
| 1.18.4.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.18.2.1 |
| 18-Jan-2019 |
pgoyette | Synch with HEAD
|