mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 08:45:44 +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
|
# makefile for libspawner.so
|
||||||
|
|
||||||
#set JDK_INCLUDES
|
#set JDK_INCLUDES
|
||||||
JDK_INCLUDES=/usr/java131/include
|
JDK_INCLUDES=/opt/ibm-jdk1.4.2/include
|
||||||
|
RM=rm
|
||||||
CC=xlc
|
CC=xlc
|
||||||
CFLAGS = -I. -I$(JDK_INCLUDES)
|
CFLAGS = -I. -I$(JDK_INCLUDES)
|
||||||
#CFLAGS +=-fpic -D_REENTRANT
|
#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[0] = fdm; /* Input Stream. */
|
||||||
channels[1] = fdm; /* Output Stream. */
|
channels[1] = fdm; /* Output Stream. */
|
||||||
channels[2] = pipe2[0]; /* stderr Stream. */
|
channels[2] = pipe2[0]; /* stderr Stream. */
|
||||||
//channels[2] = fdm; /* Input Stream. */
|
/*channels[2] = fdm; Input Stream. */
|
||||||
}
|
}
|
||||||
|
|
||||||
free(full_path);
|
free(full_path);
|
||||||
|
|
|
@ -18,7 +18,7 @@ Java_org_eclipse_cdt_utils_pty_PTY_openMaster (JNIEnv *env, jobject jobj) {
|
||||||
|
|
||||||
master = ptym_open(line);
|
master = ptym_open(line);
|
||||||
if (master >= 0) {
|
if (master >= 0) {
|
||||||
// turn off echo
|
/* turn off echo */
|
||||||
set_noecho(master);
|
set_noecho(master);
|
||||||
|
|
||||||
/* Get a reference to the obj's class */
|
/* 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