OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [tools/] [make/] [generic_cpp.mk] - Diff between revs 15 and 25

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 15 Rev 25
Line 1... Line 1...
# $Id: generic_cpp.mk 434 2011-12-02 19:17:38Z mueller $
# $Id: generic_cpp.mk 576 2014-08-02 12:24:28Z mueller $
#
#
#  Revision History:
#  Revision History:
# Date         Rev Version  Comment
# Date         Rev Version  Comment
# 2011-11-28   434   1.0.2  use -fno-strict-aliasing to avoid warings from boost bind
# 2011-11-28   434   1.0.2  use -fno-strict-aliasing to avoid warings from boost bind
# 2011-11-21   432   1.0.1  gcc 4.4.5 wants explict -fPIC for .so code
# 2011-11-21   432   1.0.1  gcc 4.4.5 wants explict -fPIC for .so code
Line 12... Line 12...
# -- handle C
# -- handle C
#   -O      optimize
#   -O      optimize
#   -fPIC   position independent code
#   -fPIC   position independent code
#   -Wall   all warnings
#   -Wall   all warnings
#
#
#   -g      request debugging info
 
#
 
ifdef CCCOMMAND
ifdef CCCOMMAND
CC = $(CCCOMMAND)
CC = $(CCCOMMAND)
endif
endif
ifndef CCOPTFLAGS
ifndef CCOPTFLAGS
CCOPTFLAGS = -O
CCOPTFLAGS = -O
Line 30... Line 28...
#
#
#   -O      optimize
#   -O      optimize
#   -fPIC   position independent code
#   -fPIC   position independent code
#   -Wall   all warnings
#   -Wall   all warnings
#
#
#   -g      request debugging info
 
#
 
ifdef  CXXCOMMAND
ifdef  CXXCOMMAND
CXX = $(CXXCOMMAND)
CXX = $(CXXCOMMAND)
endif
endif
#
#
ifndef CXXOPTFLAGS
ifndef CXXOPTFLAGS

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.