[svn] / trunk / xvidcore / build / generic / Makefile.ia64 Repository:
ViewVC logotype

Diff of /trunk/xvidcore/build/generic/Makefile.ia64

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

revision 205, Fri Jun 14 08:26:04 2002 UTC revision 301, Tue Jul 16 17:42:36 2002 UTC
# Line 12  Line 12 
12  # *************************************************************************/  # *************************************************************************/
13    
14    
 include Makefile.inc  
   
15  CC = gcc  CC = gcc
16  #CC=ecc  #CC=ecc
17  #CC = /opt/experimental/bin/gcc         # that's where SuSE installs gcc3  #CC = /opt/experimental/bin/gcc         # that's where SuSE installs gcc3
18    
19  CFLAGS = -DARCH_IA64 -DLINUX  include Makefile.inc
20    
21    
22    CFLAGS = -DARCH_IA64 -DLINUX  #-D_PROFILING_
23  CFLAGSWP =  CFLAGSWP =
24  LIBDIR = /usr/local/lib  LIBDIR = /usr/local/lib
25    
26  ifeq ($(CC),ecc)  ifeq ($(CC),ecc)
27      CFLAGS+= -O3 -ip      CFLAGS+= -O9 -ip
28      CFLAGS+= -I/opt/intel/compiler50/ia32/include -I/opt/intel/compiler50/ia32/substitute_headers/      CFLAGS+= -I/opt/intel/compiler50/ia32/include -I/opt/intel/compiler50/ia32/substitute_headers/
29    
30  else  else
31      CFLAGS += -Wall -O3 -funroll-loops -ffast-math      CFLAGS += -Wall -O9 -funroll-loops -ffast-math
32      CFLAGS += -fstrict-aliasing -fpic -fomit-frame-pointer      CFLAGS += -fstrict-aliasing -fpic -fomit-frame-pointer
33       #CFLAGS += -fprofile-arcs -ftest-coverage
34  endif  endif
35    
36  AS = $(CC)  AS = $(CC)

Legend:
Removed from v.205  
changed lines
  Added in v.301

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4