freebsd.mk (e3393df0) | freebsd.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 --- 47 unchanged lines hidden (view full) --- 56 -DUNX \ 57 $(PTHREAD_CFLAGS) \ 58 59gb_COMPILERDEFS := \ 60 -D$(COM) \ 61 -DHAVE_GCC_VISIBILITY_FEATURE \ 62 -DCPPU_ENV=$(COMNAME) \ 63 | 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 --- 47 unchanged lines hidden (view full) --- 56 -DUNX \ 57 $(PTHREAD_CFLAGS) \ 58 59gb_COMPILERDEFS := \ 60 -D$(COM) \ 61 -DHAVE_GCC_VISIBILITY_FEATURE \ 62 -DCPPU_ENV=$(COMNAME) \ 63 |
64gb_CPUDEFS := -D$(CPUNAME) | 64gb_CPUDEFS := -D$(ALIGN) -D$(CPUNAME) |
65ifeq ($(CPUNAME),INTEL) 66gb_CPUDEFS += -DX86 67endif 68 69gb_CFLAGS := \ 70 -Wall \ 71 -Wendif-labels \ 72 -Wextra \ --- 413 unchanged lines hidden --- | 65ifeq ($(CPUNAME),INTEL) 66gb_CPUDEFS += -DX86 67endif 68 69gb_CFLAGS := \ 70 -Wall \ 71 -Wendif-labels \ 72 -Wextra \ --- 413 unchanged lines hidden --- |