summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/setup.com
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-06-13 12:38:00 -0700
committerAndrew Hsieh <andrewhsieh@google.com>2014-06-13 12:38:00 -0700
commit54f1b3cf509cd889905287cb8ce6c5ae33911a21 (patch)
treee39b1a7fa04db86a8215b7f9d4656d74e394aec0 /binutils-2.25/setup.com
parent2a6558a8ecfb81d75215b4ec7dc61113e12cfd5f (diff)
downloadtoolchain_binutils-54f1b3cf509cd889905287cb8ce6c5ae33911a21.tar.gz
toolchain_binutils-54f1b3cf509cd889905287cb8ce6c5ae33911a21.tar.bz2
toolchain_binutils-54f1b3cf509cd889905287cb8ce6c5ae33911a21.zip
Add upstream binutils-2.25 snapshot 4/4 2014
For MIPS -mmsa support Change-Id: I08c4f002fa7b33dec85ed75956e6ab551bb03c96
Diffstat (limited to 'binutils-2.25/setup.com')
-rw-r--r--binutils-2.25/setup.com51
1 files changed, 51 insertions, 0 deletions
diff --git a/binutils-2.25/setup.com b/binutils-2.25/setup.com
new file mode 100644
index 00000000..b80fbe35
--- /dev/null
+++ b/binutils-2.25/setup.com
@@ -0,0 +1,51 @@
+$!
+$! Build procedure
+$!
+$! Note: you need a DCL-compatible gnu make.
+$ MAKE="make381"
+$ OPT=""
+$!
+$ if (P1 .EQS. "CONFIGURE") .OR. (P1 .EQS. "ALL")
+$ then
+$ set def [.bfd]
+$ @configure
+$ set def [-.libiberty]
+$ @configure
+$ set def [-.opcodes]
+$ @configure
+$ set def [-.binutils]
+$ @configure
+$ set def [-.gas]
+$ @configure
+$ set def [-]
+$ endif
+$ if (P1 .EQS. "BUILD") .OR. (P1 .EQS. "ALL")
+$ then
+$ set def [.bfd]
+$ @build
+$ set def [-.libiberty]
+$ @build
+$ set def [-.opcodes]
+$ @build
+$ set def [-.binutils]
+$ @build
+$ set def [-.gas]
+$ @build
+$ set def [-]
+$ endif
+$ if P1 .EQS. "MAKE"
+$ then
+$ ARCH=F$GETSYI("ARCH_NAME")
+$ ARCH=F$EDIT(arch,"UPCASE")
+$ set def [.bfd]
+$ 'MAKE "ARCH=''ARCH'" "OPT=''OPT'"
+$ set def [-.libiberty]
+$ 'MAKE "ARCH=''ARCH'" "OPT=''OPT'"
+$ set def [-.opcodes]
+$ 'MAKE "ARCH=''ARCH'" "OPT=''OPT'"
+$ set def [-.binutils]
+$ 'MAKE "ARCH=''ARCH'" "OPT=''OPT'"
+$ set def [-.gas]
+$ 'MAKE "ARCH=''ARCH'" "OPT=''OPT'"
+$ set def [-]
+$ endif