/[dotgnu-pnet]/pnet/libgc/Makefile.am
ViewVC logotype

Diff of /pnet/libgc/Makefile.am

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

revision 1.6 by ktreichel, Sat Aug 13 17:47:52 2005 UTC revision 1.7 by ktreichel, Sat Sep 17 16:54:38 2005 UTC
# Line 68  libgccpp_la_SOURCES = gc_cpp.cc Line 68  libgccpp_la_SOURCES = gc_cpp.cc
68  libgccpp_la_LIBADD = $(THREADDLLIBS) $(UNWINDLIBS)  libgccpp_la_LIBADD = $(THREADDLLIBS) $(UNWINDLIBS)
69  libgccpp_la_LDFLAGS = -version-info 1:2:0  libgccpp_la_LDFLAGS = -version-info 1:2:0
70    
71  EXTRA_DIST += alpha_mach_dep.S mips_sgi_mach_dep.S sparc_mach_dep.S  EXTRA_DIST += alpha_mach_dep.S mips_sgi_mach_dep.s sparc_mach_dep.S
72    
73  AM_CXXFLAGS = @GC_CFLAGS@  AM_CXXFLAGS = @GC_CFLAGS@
74  AM_CFLAGS = @GC_CFLAGS@  AM_CFLAGS = @GC_CFLAGS@
# Line 105  include/gc_pthread_redirects.h include/g Line 105  include/gc_pthread_redirects.h include/g
105  include/gc_mark.h @addincludes@  include/gc_mark.h @addincludes@
106    
107  ## FIXME: we shouldn't have to do this, but automake forces us to.  ## FIXME: we shouldn't have to do this, but automake forces us to.
108    if COMPILER_XLC
109      ## XLC neither requires nor tolerates the unnecessary assembler goop
110      ASM_CPP_OPTIONS =
111    else
112      ## We use -Wp,-P to strip #line directives.  Irix `as' chokes on
113      ## these.
114      ASM_CPP_OPTIONS = -Wp,-P -x assembler-with-cpp
115    endif
116  .s.lo:  .s.lo:
117  ## We use -Wp,-P to strip #line directives.  Irix `as' chokes on  ## We use -Wp,-P to strip #line directives.  Irix `as' chokes on
118  ## these.  ## these.
119          $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $<          $(LTCOMPILE) $(ASM_CPP_OPTIONS) -c $<
120    
121  ## We have our own definition of LTCOMPILE because we want to use our  ## We have our own definition of LTCOMPILE because we want to use our
122  ## CFLAGS, not those passed in from the top level make.  ## CFLAGS, not those passed in from the top level make.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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