diff options
| author | Chris McGee | 2012-11-09 19:56:04 +0000 |
|---|---|---|
| committer | John Arthorne | 2012-11-09 19:56:04 +0000 |
| commit | 3cb71e55ecd42c06bc29d26962aea6fa2ddf61ac (patch) | |
| tree | a3035c3340d3a359781808be3d9ff673aede9ced | |
| parent | e6eec7eda14099b3cca9ec25d5e8549047a81c8a (diff) | |
| download | eclipse.platform.resources-3cb71e55ecd42c06bc29d26962aea6fa2ddf61ac.tar.gz eclipse.platform.resources-3cb71e55ecd42c06bc29d26962aea6fa2ddf61ac.tar.xz eclipse.platform.resources-3cb71e55ecd42c06bc29d26962aea6fa2ddf61ac.zip | |
Bug 392587 - provide org.eclipse.core.filesystem.hpux.ia64 fragment
| -rw-r--r--[-rwxr-xr-x] | bundles/org.eclipse.core.filesystem/natives/unix/hpux/ia64.mak (renamed from bundles/org.eclipse.core.filesystem/natives/unix/hpux/ia64_32.mak) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bundles/org.eclipse.core.filesystem/natives/unix/hpux/ia64_32.mak b/bundles/org.eclipse.core.filesystem/natives/unix/hpux/ia64.mak index 015ab8880..03c55c4f3 100755..100644 --- a/bundles/org.eclipse.core.filesystem/natives/unix/hpux/ia64_32.mak +++ b/bundles/org.eclipse.core.filesystem/natives/unix/hpux/ia64.mak @@ -1,5 +1,5 @@ #********************************************************************** -# Copyright (c) 2000, 2007 Hewlett-Packard Development Company and others. +# Copyright (c) 2000, 2012 Hewlett-Packard Development Company and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -7,18 +7,18 @@ #********************************************************************** # Contributors: # Hewlett-Packard Development Company - added "-Iinclude" and "*.so" +# IBM - Ongoing development #********************************************************************** -# makefile for ia64_32 liblocalfile.so +# makefile for ia64 libunixfile.so -CORE.C = ../localfile.c -CORE.O = localfile.o -LIB_NAME = liblocalfile.so -LIB_NAME_FULL = liblocalfile_1_0_0.so +CORE.C = ../unixfile.c +CORE.O = unixfile.o +LIB_NAME_FULL = libunixfile_1_0_0.so core : - cc +z -c +O3 +DD32 +DSblended -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Iinclude -I$(JDK_INCLUDE)/hp-ux -I$(JDK_INCLUDE) $(CORE.C) -o $(CORE.O) - ld -b -o $(LIB_NAME_FULL) $(CORE.O) -lc + cc +DD64 -mt +z -c -D_LARGEFILE64_SOURCE -I$(JAVA_HOME)/include/hp-ux -I$(JAVA_HOME)/include $(CORE.C) -o $(CORE.O) + ld -b -o $(LIB_NAME_FULL) $(CORE.O) clean : rm *.o *.so |
