2009-05-25 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Mon, 25 May 2009 13:31:05 +0000 (13:31 +0000)
committerTristan Gingold <gingold@adacore.com>
Mon, 25 May 2009 13:31:05 +0000 (13:31 +0000)
* setup.com: Complete the file with configuration and build.

ChangeLog
setup.com

index a8bb83478cc554c9dd1ae078385ac571e1ea1609..32dd8c4583ff54400baf4e0c1242192232c804f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 6083dda329f29686be8818269024bf2d9f29dfbe..9067f3677e923a3f2acaeb1268ec6b2e51eddb82 100644 (file)
--- a/setup.com
+++ b/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
\ No newline at end of file
This page took 0.034092 seconds and 4 git commands to generate.