You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2003/03/13 23:12:30 UTC

cvs commit: xml-xerces/c/tests configure configure.in Makefile.incl runConfigure

tng         2003/03/13 14:12:30

  Modified:    c/tests  configure configure.in Makefile.incl runConfigure
  Log:
  [Bug 17858] Support for QNX/Neutrino.  Patch from Chris McKillop.
  
  Revision  Changes    Path
  1.24      +1 -0      xml-xerces/c/tests/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/configure,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- configure	29 Jan 2003 20:14:49 -0000	1.23
  +++ configure	13 Mar 2003 22:12:30 -0000	1.24
  @@ -1309,6 +1309,7 @@
           *-*-*unixware*) platform=UNIXWARE ;;
           *-*-sysv5uw7*)  platform=UNIXWARE ;;
           *-*-beos*)      platform=BEOS ;;
  +        *-*-nto*)       platform=QNX ;;
           *-*-linux*)     platform=LINUX ;;
           *-*-freebsd*)   platform=FREEBSD ;;
           *-*-irix*)      platform=IRIX ;;
  
  
  
  1.28      +1 -0      xml-xerces/c/tests/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/configure.in,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- configure.in	29 Jan 2003 20:14:49 -0000	1.27
  +++ configure.in	13 Mar 2003 22:12:30 -0000	1.28
  @@ -38,6 +38,7 @@
           *-*-sysv5uw7*)  platform=UNIXWARE ;;
           *-*-beos*)      platform=BEOS ;;
           *-*-linux*)     platform=LINUX ;;
  +        *-*-nto*)       platform=QNX ;;
           *-*-freebsd*)   platform=FREEBSD ;;
           *-*-irix*)      platform=IRIX ;;
           *-*-aix*)       platform=AIX ;;
  
  
  
  1.37      +12 -1     xml-xerces/c/tests/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/Makefile.incl,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- Makefile.incl	20 Jan 2003 17:28:23 -0000	1.36
  +++ Makefile.incl	13 Mar 2003 22:12:30 -0000	1.37
  @@ -198,6 +198,17 @@
   SHLIBSUFFIX=.so
   endif
   
  +#=============== QNX SPECIFIC OPTIONS =========================
  +ifeq (${PLATFORM}, QNX)
  +CMP= -c ${CXXFLAGS}
  +CC=QCC -c -O -I/usr/local/include
  +LINK =  ${COMPILER} ${LDFLAGS}
  +PLATFORM_LIB_LINK_OPTIONS=-L/usr/local/lib
  +EXTRA_LINK_OPTIONS=${EXTRA_LIBS}
  +SHLIBSUFFIX=.so
  +endif
  +
  +
   #=============== CYGWIN SPECIFIC OPTIONS =========================
   ifeq (${PLATFORM}, CYGWIN)
   CMP= -c ${CXXFLAGS}
  
  
  
  1.28      +2 -2      xml-xerces/c/tests/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/runConfigure,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- runConfigure	25 Feb 2003 19:38:44 -0000	1.27
  +++ runConfigure	13 Mar 2003 22:12:30 -0000	1.28
  @@ -196,7 +196,7 @@
   # Now check if the options are correct or not, bail out if incorrect
   #
   case $platform in
  -   aix | openserver | unixware | beos | linux | freebsd | solaris | hp-10 | hp-11 | os400 | irix | ptx | tru64 | macosx | cygwin)
  +   aix | openserver | unixware | beos | linux | freebsd | solaris | hp-10 | hp-11 | os400 | irix | ptx | tru64 | macosx | cygwin | qnx)
          # platform has been recognized
          ;;
      *)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org