You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by od...@apache.org on 2007/02/08 11:34:37 UTC

svn commit: r504852 - in /harmony/enhanced/classlib/trunk/depends/build/platform: linux.ppc32.mk linux.ppc64.mk

Author: odeakin
Date: Thu Feb  8 02:34:36 2007
New Revision: 504852

URL: http://svn.apache.org/viewvc?view=rev&rev=504852
Log:
Adding makefile includes for PPC linux platforms.

Added:
    harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc32.mk
    harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc64.mk

Added: harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc32.mk
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc32.mk?view=auto&rev=504852
==============================================================================
--- harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc32.mk (added)
+++ harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc32.mk Thu Feb  8 02:34:36 2007
@@ -0,0 +1,20 @@
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+DEFINES += -DLINUX -DLINUX_PPC32 -DHYPPC32
+OPT += -m32
+
+ASFLAGS += -a32
+LDFLAGS += -m32

Added: harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc64.mk
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc64.mk?view=auto&rev=504852
==============================================================================
--- harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc64.mk (added)
+++ harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc64.mk Thu Feb  8 02:34:36 2007
@@ -0,0 +1,21 @@
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+DEFINES += -DLINUX -DLINUX_PPC64 -DHYPPC64
+OPT += -m64
+XLIBS = -L/usr/X11R6/lib64 -lX11 -lXft
+
+ASFLAGS += -a64
+LDFLAGS += -m64