2009-05-25 Tristan Gingold <gingold@adacore.com>
* setup.com: Complete the file with configuration and build.
This commit is contained in:
parent
56ae5eb977
commit
8a7a39abb4
2 changed files with 35 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-05-25 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* setup.com: Complete the file with configuration and build.
|
||||
|
||||
2009-05-18 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
PR other/40159
|
||||
|
|
31
setup.com
31
setup.com
|
@ -5,3 +5,34 @@ $ define coff [-.INCLUDE.COFF]
|
|||
$ define elf [-.INCLUDE.ELF]
|
||||
$ define nlm [-.INCLUDE.NLM]
|
||||
$ define opcode [-.INCLUDE.OPCODE]
|
||||
$!
|
||||
$! Build procedures
|
||||
$!
|
||||
$! Note: you need make 3.76
|
||||
$ MAKE="gmake_3_76"
|
||||
$ OPT=
|
||||
$!
|
||||
$ if (P1 .EQS. "CONFIGURE") .OR. (P1 .EQS. "ALL")
|
||||
$ then
|
||||
$ set def [.bfd]
|
||||
$ @configure
|
||||
$ set def [-.binutils]
|
||||
$ @configure
|
||||
$ set def [-.gas]
|
||||
$ @configure
|
||||
$ set def [-]
|
||||
$ endif
|
||||
$ if (P1 .EQS. "MAKE") .OR. (P1 .EQS. "ALL")
|
||||
$ then
|
||||
$ set def [.bfd]
|
||||
$ 'MAKE "ARCH=ALPHA" "OPT=''OPT'"
|
||||
$ set def [-.libiberty]
|
||||
$ 'MAKE "ARCH=ALPHA" "OPT=''OPT'"
|
||||
$ set def [-.opcodes]
|
||||
$ 'MAKE "ARCH=ALPHA" "OPT=''OPT'"
|
||||
$ set def [-.binutils]
|
||||
$ 'MAKE "ARCH=ALPHA" "OPT=''OPT'"
|
||||
$ set def [-.gas]
|
||||
$ 'MAKE "ARCH=ALPHA" "OPT=''OPT'"
|
||||
$ set def [-]
|
||||
$ endif
|
Loading…
Reference in a new issue