linux.mk (78ecfec3) linux.mk (386ca866)
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

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

51 -D_PTHREADS \
52 -DUNIX \
53 -DUNX \
54 $(PTHREAD_CFLAGS) \
55
56gb_COMPILERDEFS := \
57 -D$(COM) \
58 -DHAVE_GCC_VISIBILITY_FEATURE \
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

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

51 -D_PTHREADS \
52 -DUNIX \
53 -DUNX \
54 $(PTHREAD_CFLAGS) \
55
56gb_COMPILERDEFS := \
57 -D$(COM) \
58 -DHAVE_GCC_VISIBILITY_FEATURE \
59 -DCPPU_ENV=gcc3 \
59 -DCPPU_ENV=$(COMNAME) \
60
61ifeq ($(CPUNAME),X86_64)
62gb_CPUDEFS := -D$(CPUNAME)
63else
64gb_CPUDEFS := -DX86
65endif
66
67gb_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 ---