freebsd.mk (78ecfec3) freebsd.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

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

54 -D_PTHREADS \
55 -DUNIX \
56 -DUNX \
57 $(PTHREAD_CFLAGS) \
58
59gb_COMPILERDEFS := \
60 -D$(COM) \
61 -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

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

54 -D_PTHREADS \
55 -DUNIX \
56 -DUNX \
57 $(PTHREAD_CFLAGS) \
58
59gb_COMPILERDEFS := \
60 -D$(COM) \
61 -DHAVE_GCC_VISIBILITY_FEATURE \
62 -DCPPU_ENV=gcc3 \
62 -DCPPU_ENV=$(COMNAME) \
63
64ifeq ($(CPUNAME),X86_64)
65gb_CPUDEFS := -D$(CPUNAME)
66else ifeq ($(CPUNAME),POWERPC64)
67gb_CPUDEFS := -D$(CPUNAME)
68else
69gb_CPUDEFS := -DX86
70endif

--- 389 unchanged lines hidden ---
63
64ifeq ($(CPUNAME),X86_64)
65gb_CPUDEFS := -D$(CPUNAME)
66else ifeq ($(CPUNAME),POWERPC64)
67gb_CPUDEFS := -D$(CPUNAME)
68else
69gb_CPUDEFS := -DX86
70endif

--- 389 unchanged lines hidden ---