| macosx.mk (78ecfec3) | macosx.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_REENTRANT \ 55 -DNO_PTHREAD_PRIORITY \ 56 -DQUARTZ \ 57 $(EXTRA_CDEFS) \ 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_REENTRANT \ 55 -DNO_PTHREAD_PRIORITY \ 56 -DQUARTZ \ 57 $(EXTRA_CDEFS) \ 58 59gb_COMPILERDEFS := \ 60 -D$(COM) \ 61 -DHAVE_GCC_VISIBILITY_FEATURE \ |
| 62 -DCPPU_ENV=$(COMID) \ | 62 -DCPPU_ENV=$(COMNAME) \ |
| 63 64ifeq ($(CPUNAME),POWERPC) 65gb_CPUDEFS := -DPOWERPC -DPPC 66else ifeq ($(CPUNAME),INTEL) 67gb_CPUDEFS := -DX86 68else ifeq ($(CPUNAME),X86_64) 69gb_CPUDEFS := -DX86_64 70endif --- 418 unchanged lines hidden --- | 63 64ifeq ($(CPUNAME),POWERPC) 65gb_CPUDEFS := -DPOWERPC -DPPC 66else ifeq ($(CPUNAME),INTEL) 67gb_CPUDEFS := -DX86 68else ifeq ($(CPUNAME),X86_64) 69gb_CPUDEFS := -DX86_64 70endif --- 418 unchanged lines hidden --- |