/[gcl]/gcl/debian/rules
ViewVC logotype

Diff of /gcl/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by camm, Fri Aug 9 05:49:32 2002 UTC revision 1.12 by camm, Fri Aug 9 14:18:49 2002 UTC
# Line 19  endif Line 19  endif
19  ifeq ($(ARCHT),hppa)  ifeq ($(ARCHT),hppa)
20  MCC:=gcc-3.1  MCC:=gcc-3.1
21  endif  endif
22    RELOC=locbfd
23    ifeq ($(ARCHT),alpha)
24    RELOC=dlopen
25    endif
26    ifeq ($(ARCHT),mips)
27    RELOC=dlopen
28    endif
29    ifeq ($(ARCHT),mipsel)
30    RELOC=dlopen
31    endif
32    ifeq ($(ARCHT),ia64)
33    RELOC=dlopen
34    endif
35    ifeq ($(ARCHT),hppa)
36    RELOC=dlopen
37    endif
38    
39  configure: configure-stamp  configure: configure-stamp
40  configure-stamp:  configure-stamp:

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26