[Vm-dev] [commit][3538] Add the gdbarm32 library build dir for mac x64

commits at squeakvm.org commits at squeakvm.org
Wed Dec 16 01:44:20 UTC 2015


Revision: 3538
Author:   eliot
Date:     2015-12-15 17:44:20 -0800 (Tue, 15 Dec 2015)
Log Message:
-----------
Add the gdbarm32 library build dir for mac x64

Added Paths:
-----------
    branches/Cog/build.macos64x64/gdbarm32/
    branches/Cog/build.macos64x64/gdbarm32/conf.COG
    branches/Cog/build.macos64x64/gdbarm32/makeem

Added: branches/Cog/build.macos64x64/gdbarm32/conf.COG
===================================================================
--- branches/Cog/build.macos64x64/gdbarm32/conf.COG	                        (rev 0)
+++ branches/Cog/build.macos64x64/gdbarm32/conf.COG	2015-12-16 01:44:20 UTC (rev 3538)
@@ -0,0 +1,17 @@
+#!/bin/sh
+mkdir -p zlib bfd libiberty opcodes sim/common sim/arm
+for d in zlib; do
+	(cd $d; ../../../processors/ARM/gdb-7.10/$d/configure)
+done
+for d in bfd; do
+	(cd $d; ../../../processors/ARM/gdb-7.10/$d/configure \
+			 --target=arm-linux --with-system-zlib=no)
+done
+for d in libiberty opcodes; do
+	(cd $d; ../../../processors/ARM/gdb-7.10/$d/configure \
+			 --target=arm-linux)
+done
+for d in sim/common sim/arm; do
+	(cd $d; ../../../../processors/ARM/gdb-7.10/$d/configure \
+			 --target=arm-linux)
+done


Property changes on: branches/Cog/build.macos64x64/gdbarm32/conf.COG
___________________________________________________________________
Added: svn:executable
   + *

Added: branches/Cog/build.macos64x64/gdbarm32/makeem
===================================================================
--- branches/Cog/build.macos64x64/gdbarm32/makeem	                        (rev 0)
+++ branches/Cog/build.macos64x64/gdbarm32/makeem	2015-12-16 01:44:20 UTC (rev 3538)
@@ -0,0 +1,4 @@
+#!/bin/sh
+for d in zlib bfd libiberty opcodes sim/arm; do
+	(cd ./$d; make COG=1)
+done


Property changes on: branches/Cog/build.macos64x64/gdbarm32/makeem
___________________________________________________________________
Added: svn:executable
   + *



More information about the Vm-dev mailing list