Age | Commit message (Collapse) | Author | Files | Lines |
|
Patch provided by Sergey Svishchev in private mail.
|
|
Ensure that the directory exists. Bump revision.
|
|
|
|
"extract" script for extraction. Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed. The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
|
|
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Nuke -nostdlib and play some define games to ensure we have a 'main'
instead of '_start', so the binary includes the NetBSD ELF note and
runs correctly.
|
|
On NetBSD include /usr/lib/crtbeginS.o to ensure binaries are recognised
as native.
|
|
|
|
|
|
The cpuburn programs are designed to load x86 CPUs as heavily as
possible for the purposes of system testing. They have been
optimized for different processors. FPU and ALU instructions are
coded an assembler endless loop. They do not test every instruction.
The goal has been to maximize heat production from the CPU, putting
stress on the CPU itself, cooling system, motherboard (especially
voltage regulators) and power supply (likely cause of burnBX/MMX
errors).
|