os2.mk (4d2a3edf) os2.mk (10b7a200)
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

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

40ifneq ($(origin CC),default)
41gb_CC := $(CC)
42gb_GCCP := $(CC)
43endif
44ifneq ($(origin CXX),default)
45gb_CXX := $(CXX)
46endif
47
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

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

40ifneq ($(origin CC),default)
41gb_CC := $(CC)
42gb_GCCP := $(CC)
43endif
44ifneq ($(origin CXX),default)
45gb_CXX := $(CXX)
46endif
47
48# until we get a solution to libc ticket#251, use dmik's -q option.
49EMXOMFOPT = -q
50export EMXOMFOPT
51
48gb_OSDEFS := \
49 -D$(OS) \
50 -D_PTHREADS \
51 -DOS2 \
52 $(PTHREAD_CFLAGS) \
53
54ifeq ($(GXX_INCLUDE_PATH),)
55GXX_INCLUDE_PATH=$(COMPATH)/include/c++/$(shell gcc -dumpversion)

--- 602 unchanged lines hidden ---
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)

--- 602 unchanged lines hidden ---