makefile.mk (76cf6069) makefile.mk (d2ddbf63)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 19 unchanged lines hidden (view full) ---

28LIBTARGET=no
29ENABLE_EXCEPTIONS=TRUE
30
31# --- Settings -----------------------------------------------------
32
33.INCLUDE : settings.mk
34
35# --- Files --------------------------------------------------------
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 19 unchanged lines hidden (view full) ---

28LIBTARGET=no
29ENABLE_EXCEPTIONS=TRUE
30
31# --- Settings -----------------------------------------------------
32
33.INCLUDE : settings.mk
34
35# --- Files --------------------------------------------------------
36.IF "$(COM)$(OS)$(CPU)$(COMNAME)$(CPUNAME)" == "GCCLINUXPgcc3POWERPC"
36.IF "$(OS)$(CPU)$(COMNAME)$(CPUNAME)" == "FREEBSDPgcc3POWERPC"
37
38.IF "$(cppu_no_leak)" == ""
39CFLAGS += -DLEAK_STATIC_DATA
40.ENDIF
41
42# In case someone enabled the non-standard -fomit-frame-pointer which does not
43# work with the .cxx sources in this directory:
44CFLAGSCXX += -fno-omit-frame-pointer

--- 32 unchanged lines hidden ---
37
38.IF "$(cppu_no_leak)" == ""
39CFLAGS += -DLEAK_STATIC_DATA
40.ENDIF
41
42# In case someone enabled the non-standard -fomit-frame-pointer which does not
43# work with the .cxx sources in this directory:
44CFLAGSCXX += -fno-omit-frame-pointer

--- 32 unchanged lines hidden ---