summaryrefslogtreecommitdiff
path: root/math/Scilab/files/patch-aj
blob: 3128080a11096b1f2b00303fc7a4ae2acbc611a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
diff -c -r /usr/LOCAL/scilab2.3/work/scilab-2.3/routines/sun/link.c ./routines/sun/link.c
*** /usr/LOCAL/scilab2.3/work/scilab-2.3/routines/sun/link.c	Mon May 12 16:34:04 1997
--- ./routines/sun/link.c	Sun May 25 21:13:41 1997
***************
*** 118,124 ****
  }
  
  
! #if (defined(sun) && defined(SYSV)) || defined(__alpha) || defined(sgi) || (!defined(hppa_old) && defined(hppa))
  #include "link_SYSV.c"
  #else
  #if defined(sun) ||  defined(mips) || defined(_IBMR2) || defined(hppa_old)
--- 118,124 ----
  }
  
  
! #if (defined(sun) && defined(SYSV)) || defined(__alpha) || defined(sgi) || (!defined(hppa_old) && defined(hppa)) || defined(__FreeBSD__)
  #include "link_SYSV.c"
  #else
  #if defined(sun) ||  defined(mips) || defined(_IBMR2) || defined(hppa_old)
***************
*** 128,134 ****
  #include "link_std.c"
  #endif /* end of SUNOSDLD */
  #else
! #if defined(linux)
  #ifdef __ELF__
  #include "link_SYSV.c"
  #else
--- 128,134 ----
  #include "link_std.c"
  #endif /* end of SUNOSDLD */
  #else
! #if defined(linux) 
  #ifdef __ELF__
  #include "link_SYSV.c"
  #else