[GE dev] s390x Architecture
uriel01
uriel.carrasquilla at mail.mcgill.ca
Tue Jul 14 20:51:02 BST 2009
> Can you post the changes you've made -- they don't need to be perfect,
> I just want to make sure that we are on the same page...
--(1543:Tue,14 Jul 09:$)-$ diff aimk aimk.ORIGINAL
1341d1340
< case LINUXS390X:
1368c1367
< else if ($BUILDARCH == LINUXSPARC64 || $BUILDARCH == LINUXPPC64 || $BUILDARCH == LINUXMIPS64 ||$BUILDARCH == LINUXS390X ) then
---
> else if ($BUILDARCH == LINUXSPARC64 || $BUILDARCH == LINUXPPC64 || $BUILDARCH == LINUXMIPS64) then
2065c2064
< if ( $BUILDARCH == "SOLARIS" || $BUILDARCH == "SOLARIS64" || $BUILDARCH == "SOLARIS86" || $BUILDARCH == "SOLARISAMD64" || $BUILDARCH == "LINUX86" || $BUILDARCH == LINUXIA64 || $BUILDARCH == LINUXAMD64 || $BUILDARCH == "LINUXPPC" || $BUILDARCH == "LINUXPPC64" || $BUILDARCH == "LINUXMIPS" || $BUILDARCH == "LINUXMIPS64" || $BUILDARCH == "LINUXSPARC" || $BUILDARCH == "LINUXSPARC64" || $BUILDARCH == "LINUXS390X" ) then
---
> if ( $BUILDARCH == "SOLARIS" || $BUILDARCH == "SOLARIS64" || $BUILDARCH == "SOLARIS86" || $BUILDARCH == "SOLARISAMD64" || $BUILDARCH == "LINUX86" || $BUILDARCH == LINUXIA64 || $BUILDARCH == LINUXAMD64 || $BUILDARCH == "LINUXPPC" || $BUILDARCH == "LINUXPPC64" || $BUILDARCH == "LINUXMIPS" || $BUILDARCH == "LINUXMIPS64" || $BUILDARCH == "LINUXSPARC" || $BUILDARCH == "LINUXSPARC64" ) then
--(zspsmf at lnxcapq)------------------------------------------------------------------(~/gridengine/source)----(1543:Tue,14 Jul 09:$)-$
--(1546:Tue,14 Jul 09:$)-$ diff arch arch.ORIGINAL
212,214d211
< s390x)
< lxmachine=s390x
< ;;
234,236d230
< s390x)
< libc_string=`strings /lib64/libc.so.6 | grep "GNU C Library"`
< ;;
--(zspsmf at lnxcapq)------------------------------------------------------------------(~/gridengine/source/dist/util)----(1547:Tue,14 Jul 09:$)-$
--(1548:Tue,14 Jul 09:$)-$ diff compilearch compilearch.ORIGINAL
202,206d201
< lx26-s390x)
< BUILDARCH=LINUXS390X
< COMPILE_ARCH=LINUXS390X_26
< TARGET_BITS=TARGET_64BIT
< ;;
--(zspsmf at lnxcapq)------------------------------------------------------------------(~/gridengine/source/scripts)----(1548:Tue,14 Jul 09:$)-$
> The error message you get has "cc1: warnings being treated as errors",
> and if you look at the compiler flags you've included in the previous
> email, -Werror is still there. As Harald mentioned, you have not
> removed "-Werror" in aimk yet.
Ahh, remove, what was I thinking? OK, let me try to figure out how to remove the -Werror option.
------------------------------------------------------
http://gridengine.sunsource.net/ds/viewMessage.do?dsForumId=39&dsMessageId=207171
To unsubscribe from this discussion, e-mail: [dev-unsubscribe at gridengine.sunsource.net].
More information about the gridengine-users
mailing list