/[gcl]/gcl/h/mingw.defs
ViewVC logotype

Diff of /gcl/h/mingw.defs

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

revision 1.26 by mjthomas, Tue Feb 18 02:32:03 2003 UTC revision 1.26.6.1 by mjthomas, Fri Sep 19 00:11:38 2003 UTC
# Line 20  CROSS_PREFIX = Line 20  CROSS_PREFIX =
20  # MPIOBJS      = $(MPIDIR)/mpi_glue.o  # MPIOBJS      = $(MPIDIR)/mpi_glue.o
21  # LIBS        += -L$(MPICHDIR)/lib -lmpich  # LIBS        += -L$(MPICHDIR)/lib -lmpich
22    
23  CFLAGS       = -Wall -fwritable-strings -DVOL=volatile -fsigned-char $(PROCESSOR_FLAGS) -I$(GCLDIR)/o  # Remove -fno-zero-initialized-in-bss if using gcc less than 3.3.1
24  FINAL_CFLAGS = -Wall -fwritable-strings -DVOL=volatile -fsigned-char $(PROCESSOR_FLAGS)  # It is needed for the Unexec stuff to work with 3.3.1 at least
25    CFLAGS       = -fno-zero-initialized-in-bss -Wall -fwritable-strings -DVOL=volatile -fsigned-char $(PROCESSOR_FLAGS) -I$(GCLDIR)/o
26    FINAL_CFLAGS = -fno-zero-initialized-in-bss -Wall -fwritable-strings -DVOL=volatile -fsigned-char $(PROCESSOR_FLAGS)
27  O3FLAGS      = -O2 -fomit-frame-pointer  O3FLAGS      = -O2 -fomit-frame-pointer
28  O2FLAGS      = -O  O2FLAGS      = -O
29    
# Line 29  O2FLAGS      = -O Line 31  O2FLAGS      = -O
31    
32  UNIX_SAVE_DEP  = unexnt.c  UNIX_SAVE_DEP  = unexnt.c
33    
 # CFLAGS         = -g -Wall -DVOL=volatile -fsigned-char -fwritable-strings $(PROCESSOR_FLAGS) -I$(GCLDIR)/o  
 # FINAL_CFLAGS   = -g -Wall -DVOL=volatile -fsigned-char -fwritable-strings $(PROCESSOR_FLAGS)  
 # O3FLAGS        =  
 # O2FLAGS        =  
   
 #CC             = ${CROSS_PREFIX}gcc  
   
34  AS             = ${CROSS_PREFIX}as  AS             = ${CROSS_PREFIX}as
35  AR             = ${CROSS_PREFIX}ar q  AR             = ${CROSS_PREFIX}ar q
36  RANLIB         = ${CROSS_PREFIX}ranlib  RANLIB         = ${CROSS_PREFIX}ranlib
# Line 86  TCL_LIBS= Line 81  TCL_LIBS=
81  TK_LISP_LIB=  TK_LISP_LIB=
82  TCL_EXES=  TCL_EXES=
83    
84  # Don't do dvi and html  # Don't do dvi
85    
86  GCL_DVI=  GCL_DVI=
87  GCL_HTML=  GCL_HTML=gcl-si_toc.html gcl-tk_toc.html gcl_toc.html
88    
89  #  #
90  # End h/mingw.defs  # End h/mingw.defs

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.26.6.1

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