1996-08-08 18:20:25 +02:00
|
|
|
$! This file is used to build the binutils on openVMS/Alpha.
|
1996-06-18 20:51:14 +02:00
|
|
|
$! You must have GNU make for VMS.
|
|
|
|
$! Run this script to build nm, size, objdump, and as.
|
|
|
|
$ @setup
|
|
|
|
$ set def [.bfd]
|
|
|
|
$ gmake
|
|
|
|
$ set def [-.opcodes]
|
|
|
|
$ gmake
|
|
|
|
$ set def [-.libiberty]
|
|
|
|
$ gmake
|
|
|
|
$ set def [-.binutils]
|
|
|
|
$ gmake
|
|
|
|
$ set def [-.gas]
|
1996-08-08 18:20:25 +02:00
|
|
|
$ @config-a-gas
|
1996-06-18 20:51:14 +02:00
|
|
|
$ gmake
|
|
|
|
$ set def [-]
|