mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 16:26:11 +02:00
Checking in the shared libraries for AIX.
This commit is contained in:
parent
8668f1dd8b
commit
2b21f4f108
5 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# makefile for libspawner.so
|
||||
|
||||
#set JDK_INCLUDES
|
||||
JDK_INCLUDES=/usr/java131/include
|
||||
|
||||
JDK_INCLUDES=/opt/ibm-jdk1.4.2/include
|
||||
RM=rm
|
||||
CC=xlc
|
||||
CFLAGS = -I. -I$(JDK_INCLUDES)
|
||||
#CFLAGS +=-fpic -D_REENTRANT
|
||||
|
|
|
@ -102,7 +102,7 @@ exec_pty(const char *path, char *const argv[], char *const envp[],
|
|||
channels[0] = fdm; /* Input Stream. */
|
||||
channels[1] = fdm; /* Output Stream. */
|
||||
channels[2] = pipe2[0]; /* stderr Stream. */
|
||||
//channels[2] = fdm; /* Input Stream. */
|
||||
/*channels[2] = fdm; Input Stream. */
|
||||
}
|
||||
|
||||
free(full_path);
|
||||
|
|
|
@ -18,7 +18,7 @@ Java_org_eclipse_cdt_utils_pty_PTY_openMaster (JNIEnv *env, jobject jobj) {
|
|||
|
||||
master = ptym_open(line);
|
||||
if (master >= 0) {
|
||||
// turn off echo
|
||||
/* turn off echo */
|
||||
set_noecho(master);
|
||||
|
||||
/* Get a reference to the obj's class */
|
||||
|
|
BIN
core/org.eclipse.cdt.core.aix/os/aix/ppc/libpty.so
Normal file
BIN
core/org.eclipse.cdt.core.aix/os/aix/ppc/libpty.so
Normal file
Binary file not shown.
BIN
core/org.eclipse.cdt.core.aix/os/aix/ppc/libspawner.so
Normal file
BIN
core/org.eclipse.cdt.core.aix/os/aix/ppc/libspawner.so
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue