source: mainline/src/build.amd64@ b524f816

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since b524f816 was fa0dfaf, checked in by Ondrej Palkovsky <ondrap@…>, 21 years ago

Context-save/restore in AMD64

  • Property mode set to 100755
File size: 92 bytes
Line 
1#! /bin/sh
2
3set -e
4
5(cd ../arch/amd64/src;make gencontext;./gencontext)
6make all ARCH=amd64
Note: See TracBrowser for help on using the repository browser.