os2.mk (2de5e723) | os2.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 --- 41 unchanged lines hidden (view full) --- 50export EMXOMFOPT 51 52gb_OSDEFS := \ 53 -D$(OS) \ 54 -D_PTHREADS \ 55 -DOS2 \ 56 $(PTHREAD_CFLAGS) \ 57 | 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 --- 41 unchanged lines hidden (view full) --- 50export EMXOMFOPT 51 52gb_OSDEFS := \ 53 -D$(OS) \ 54 -D_PTHREADS \ 55 -DOS2 \ 56 $(PTHREAD_CFLAGS) \ 57 |
58ifeq ($(GXX_INCLUDE_PATH),) 59GXX_INCLUDE_PATH=$(COMPATH)/include/c++/$(shell gcc -dumpversion) 60endif 61 | |
62gb_COMPILERDEFS := \ 63 -D$(COM) \ 64 -DHAVE_GCC_VISIBILITY_FEATURE \ 65 -DCPPU_ENV=gcc3 \ | 58gb_COMPILERDEFS := \ 59 -D$(COM) \ 60 -DHAVE_GCC_VISIBILITY_FEATURE \ 61 -DCPPU_ENV=gcc3 \ |
66 -DGXX_INCLUDE_PATH=$(GXX_INCLUDE_PATH) \ | |
67 68gb_CPUDEFS := -DINTEL -D_X86_=1 -DX86 69 70gb_RCDEFS := \ 71 -DOS2 \ 72 -bt=os2 \ 73 -i$(PATH_EMXPGCC)\include \ 74 --- 557 unchanged lines hidden --- | 62 63gb_CPUDEFS := -DINTEL -D_X86_=1 -DX86 64 65gb_RCDEFS := \ 66 -DOS2 \ 67 -bt=os2 \ 68 -i$(PATH_EMXPGCC)\include \ 69 --- 557 unchanged lines hidden --- |