source: mainline/build.sparc64@ a725deb

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since a725deb was 437ee6a4, checked in by Jakub Jermar <jakub@…>, 20 years ago

sparc64 work.
Add context_save(), context_set() and context_restore().
Remove putchar() definition from ofw.c.
Add sparc64 putchar().
Add ppc32 putchar() (i.e. the original ofw.c putchar()).
Make arg.h use the builtin va_* constructs.

  • Property mode set to 100755
File size: 112 bytes
Line 
1#! /bin/sh
2
3# Generate context_offset.h
4(cd tools/sparc64/;make gencontext;./gencontext)
5
6make all ARCH=sparc64
Note: See TracBrowser for help on using the repository browser.