linux.mk (8cb913c4) linux.mk (787e1130)
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

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

53 -DUNX \
54 $(PTHREAD_CFLAGS) \
55
56gb_COMPILERDEFS := \
57 -D$(COM) \
58 -DHAVE_GCC_VISIBILITY_FEATURE \
59 -DCPPU_ENV=$(COMNAME) \
60
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

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

53 -DUNX \
54 $(PTHREAD_CFLAGS) \
55
56gb_COMPILERDEFS := \
57 -D$(COM) \
58 -DHAVE_GCC_VISIBILITY_FEATURE \
59 -DCPPU_ENV=$(COMNAME) \
60
61gb_CPUDEFS := -D$(CPUNAME)
61gb_CPUDEFS := -D$(ALIGN) -D$(CPUNAME)
62ifeq ($(CPUNAME),INTEL)
63gb_CPUDEFS += -DX86
64endif
65
66gb_CFLAGS := \
67 -Wall \
68 -Wendif-labels \
69 -Wextra \

--- 392 unchanged lines hidden ---
62ifeq ($(CPUNAME),INTEL)
63gb_CPUDEFS += -DX86
64endif
65
66gb_CFLAGS := \
67 -Wall \
68 -Wendif-labels \
69 -Wextra \

--- 392 unchanged lines hidden ---