summaryrefslogtreecommitdiffstats
path: root/sys/boot/arc
Commit message (Collapse)AuthorAgeFilesLines
* Major cleanup of bsd.lib.mk.ru2002-05-131-4/+0
| | | | | | | Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB. INTERNALLIB now means to build static library only and don't install anything. Added a NOINSTALLLIB knob for libpam/modules. To not build any library at all, just do not set LIB.
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-121-0/+2
| | | | | defining so many extra things in addition to INTERNALLIB. We don't like repetitive C code and we shouldn't for make code either.
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-111-2/+0
| | | | INTERNALLIB now.
* -ffreestanding is the word.obrien2002-05-102-1/+2
| | | | | (also resort some CFLAGS such that the more "important" value are first so they are easier to see)
* Don't clobber the default for CFLAGS.bde2001-08-311-1/+1
| | | | Reviewed by: dfr
* Nuke old gensetdefs based linker sets with extreme prejudicepeter2001-06-141-11/+2
|
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-181-1/+1
|
* Fix this so it is a Makefile and not a shell script -- now issuing `make'obrien2000-08-041-3/+3
| | | | a second time does not rebuild the binary.
* Fix some of the arcdisk devsw functions to catch up with warning fixes injhb2000-08-041-8/+15
| | | | | | | <stand.h>. Also, since bcache_strategy() used to not have a prototype, arcdisk happily called bcache_strategy() with 6 parameters instead of 7, leaving out the disk unit number, which is the 2nd parameter. Add in the unit number to the bcache_strategy() call to fix this.
* Add $FreeBSD$peter2000-05-011-0/+1
|
* Update loader logic to distinguish modules vs. files.bp2000-05-013-27/+27
| | | | | | | Add support for module metadata. The old way of dependancy handling will be supported for a while. Reviewed by: peter
* Don't build gensetdefs when we can use /usr/bin/gensetdefs. The lattermarcel1999-12-163-109/+9
| | | | | | also creates setdef{0|1}.c so there's no need to have those in the repository. Using /usr/bin/gensetdefs has no consequences for the output.
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-081-1/+0
|
* ${MACHINE} -> ${MACHINE_ARCH}marcel1999-11-142-3/+4
| | | | | | | | | | | | | | | | All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building. Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH
* Fix build break.dfr1999-10-091-1/+0
| | | | Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
* $Id$ -> $FreeBSD$peter1999-08-2825-25/+25
|
* Make this build if there is an obj directory.dfr1999-08-021-3/+3
|
* Add missing "path mnemonics" as given in Table 4-3 of rev. 1.2 of these1999-08-021-19/+19
| | | | ARC Specification.
* Fix install target (install loader.exe, not loader).se1999-07-291-2/+2
|
* The ARC BIOS / AlphaBIOS specific primary boot loader. This code is these1999-07-2828-0/+3009
result of a joined effort with parts contributed by Doug Rabson, Warner Losh and Stefan Esser (hope I did not forget anybody). Part of the sources is obtained from NetBSD with modifications. This code is work in progress: As of the time of the initial import, a loader.exe executable is built, which can be loaded on an Alpha with NT only firmware, but no attempt is made to switch to OSF PAL code as required to start an actual kernel.
OpenPOWER on IntegriCloud