File tree 2 files changed +36
-18
lines changed
2 files changed +36
-18
lines changed Original file line number Diff line number Diff line change
1
+ 2009-09-01 Tristan Gingold <
[email protected] >
2
+
3
+ * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
4
+ Remove logical names.
5
+
1
6
2009-08-31 Dave Korn <
[email protected] >
2
7
3
8
* ltmain.sh (func_normal_abspath): New function.
Original file line number Diff line number Diff line change 1
- $! setup files for openVMS/Alpha
2
1
$!
3
- $ define aout [-.INCLUDE.AOUT]
4
- $ define coff [-.INCLUDE.COFF]
5
- $ define elf [-.INCLUDE.ELF]
6
- $ define nlm [-.INCLUDE.NLM]
7
- $ define opcode [-.INCLUDE.OPCODE]
2
+ $! Build procedure
8
3
$!
9
- $! Build procedures
10
- $!
11
- $! Note: you need make 3.76
12
- $ MAKE="gmake_3_76"
13
- $ OPT=
4
+ $! Note: you need a DCL-compatible gnu make.
5
+ $ MAKE="make381"
6
+ $ OPT=""
14
7
$!
15
8
$ if (P1 .EQS. "CONFIGURE") .OR. (P1 .EQS. "ALL")
16
9
$ then
17
10
$ set def [.bfd]
18
11
$ @configure
12
+ $ set def [-.libiberty]
13
+ $ @configure
14
+ $ set def [-.opcodes]
15
+ $ @configure
19
16
$ set def [-.binutils]
20
17
$ @configure
21
18
$ set def [-.gas]
22
19
$ @configure
23
20
$ set def [-]
24
21
$ endif
25
- $ if (P1 .EQS. "MAKE") .OR. (P1 .EQS. "ALL")
22
+ $ if (P1 .EQS. "BUILD") .OR. (P1 .EQS. "ALL")
23
+ $ then
24
+ $ set def [.bfd]
25
+ $ @build
26
+ $ set def [-.libiberty]
27
+ $ @build
28
+ $ set def [-.opcodes]
29
+ $ @build
30
+ $ set def [-.binutils]
31
+ $ @build
32
+ $ set def [-.gas]
33
+ $ @build
34
+ $ set def [-]
35
+ $ endif
36
+ $ if P1 .EQS. "MAKE"
26
37
$ then
38
+ $ ARCH=F$GETSYI("ARCH_NAME")
39
+ $ ARCH=F$EDIT(arch,"UPCASE")
27
40
$ set def [.bfd]
28
- $ 'MAKE "ARCH=ALPHA " "OPT=''OPT'"
41
+ $ 'MAKE "ARCH=''ARCH' " "OPT=''OPT'"
29
42
$ set def [-.libiberty]
30
- $ 'MAKE "ARCH=ALPHA " "OPT=''OPT'"
43
+ $ 'MAKE "ARCH=''ARCH' " "OPT=''OPT'"
31
44
$ set def [-.opcodes]
32
- $ 'MAKE "ARCH=ALPHA " "OPT=''OPT'"
45
+ $ 'MAKE "ARCH=''ARCH' " "OPT=''OPT'"
33
46
$ set def [-.binutils]
34
- $ 'MAKE "ARCH=ALPHA " "OPT=''OPT'"
47
+ $ 'MAKE "ARCH=''ARCH' " "OPT=''OPT'"
35
48
$ set def [-.gas]
36
- $ 'MAKE "ARCH=ALPHA " "OPT=''OPT'"
49
+ $ 'MAKE "ARCH=''ARCH' " "OPT=''OPT'"
37
50
$ set def [-]
38
- $ endif
51
+ $ endif
You can’t perform that action at this time.
0 commit comments