[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r246: Add gcc wrapper from the old s390 chroot.

Jeff Licquia licquia at linuxfoundation.org
Wed Mar 14 22:42:27 UTC 2012


------------------------------------------------------------
revno: 246
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Wed 2012-03-14 18:42:27 -0400
message:
  Add gcc wrapper from the old s390 chroot.
  
  It's not going to work in this state, but filing for posterity.
added:
  modules/buildbot/files/chroot/gcc-wrapper
-------------- next part --------------
=== added file 'modules/buildbot/files/chroot/gcc-wrapper'
--- a/modules/buildbot/files/chroot/gcc-wrapper	1970-01-01 00:00:00 +0000
+++ b/modules/buildbot/files/chroot/gcc-wrapper	2012-03-14 22:42:27 +0000
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+if [ `arch` == "s390" ]; then
+        ${0##/*/}.REAL -m31 "$@"
+else
+        ${0##/*/}.REAL "$@"
+fi



More information about the lsb-messages mailing list