linux.mk (8e6bd3e9) linux.mk (78ecfec3)
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

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

48
49gb_OSDEFS := \
50 -D$(OS) \
51 -D_PTHREADS \
52 -DUNIX \
53 -DUNX \
54 $(PTHREAD_CFLAGS) \
55
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

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

48
49gb_OSDEFS := \
50 -D$(OS) \
51 -D_PTHREADS \
52 -DUNIX \
53 -DUNX \
54 $(PTHREAD_CFLAGS) \
55
56ifeq ($(GXX_INCLUDE_PATH),)
57GXX_INCLUDE_PATH=$(COMPATH)/include/c++/$(shell gcc -dumpversion)
58endif
59
60gb_COMPILERDEFS := \
61 -D$(COM) \
62 -DHAVE_GCC_VISIBILITY_FEATURE \
63 -DCPPU_ENV=gcc3 \
56gb_COMPILERDEFS := \
57 -D$(COM) \
58 -DHAVE_GCC_VISIBILITY_FEATURE \
59 -DCPPU_ENV=gcc3 \
64 -DGXX_INCLUDE_PATH=$(GXX_INCLUDE_PATH) \
65
66ifeq ($(CPUNAME),X86_64)
67gb_CPUDEFS := -D$(CPUNAME)
68else
69gb_CPUDEFS := -DX86
70endif
71
72gb_CFLAGS := \

--- 382 unchanged lines hidden ---
60
61ifeq ($(CPUNAME),X86_64)
62gb_CPUDEFS := -D$(CPUNAME)
63else
64gb_CPUDEFS := -DX86
65endif
66
67gb_CFLAGS := \

--- 382 unchanged lines hidden ---