freebsd.mk (8e6bd3e9) | freebsd.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 --- 42 unchanged lines hidden (view full) --- 51 52gb_OSDEFS := \ 53 -D$(OS) \ 54 -D_PTHREADS \ 55 -DUNIX \ 56 -DUNX \ 57 $(PTHREAD_CFLAGS) \ 58 | 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 52gb_OSDEFS := \ 53 -D$(OS) \ 54 -D_PTHREADS \ 55 -DUNIX \ 56 -DUNX \ 57 $(PTHREAD_CFLAGS) \ 58 |
59ifeq ($(GXX_INCLUDE_PATH),) 60GXX_INCLUDE_PATH=$(COMPATH)/include/c++/$(shell gcc -dumpversion) 61endif 62 | |
63gb_COMPILERDEFS := \ 64 -D$(COM) \ 65 -DHAVE_GCC_VISIBILITY_FEATURE \ 66 -DCPPU_ENV=gcc3 \ | 59gb_COMPILERDEFS := \ 60 -D$(COM) \ 61 -DHAVE_GCC_VISIBILITY_FEATURE \ 62 -DCPPU_ENV=gcc3 \ |
67 -DGXX_INCLUDE_PATH=$(GXX_INCLUDE_PATH) \ | |
68 69ifeq ($(CPUNAME),X86_64) 70gb_CPUDEFS := -D$(CPUNAME) 71else ifeq ($(CPUNAME),POWERPC64) 72gb_CPUDEFS := -D$(CPUNAME) 73else 74gb_CPUDEFS := -DX86 75endif --- 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 --- |