Initial version.

This commit is contained in:
Janet B. Anderson
2001-03-01 19:31:40 +00:00
parent aaccfedfd8
commit a30c122f83
5 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# CONFIG.Common.win32-x86-cygwin
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for win32-x86-cygwin target builds
# Sites may override these definitions in CONFIG_SITE.Common.win32-x86-cygwin
#-------------------------------------------------------
# Include definitions common to all Unix targets
include $(CONFIG)/os/CONFIG.Common.UnixCommon
OS_CLASS = cygwin32
ARCH_CLASS = x86
EXE=.exe
POSIX_CPPFLAGS_YES = -D_POSIX_SOURCE=199506L -D_POSIX_THREADS
POSIX_CPPFLAGS_NO =
#####POSIX_LDLIBS_YES = -lpthread
#####POSIX_LDLIBS_YES = -lthread
POSIX_LDLIBS_NO =
# -D_BSD_SOURCE for gethostname() in unistd.h as needed by cacChannelIO.cpp.
ARCH_DEP_CPPFLAGS += -DCYGWIN32 -U_WIN32
ARCH_DEP_LDFLAGS =
####ARCH_DEP_LDLIBS = -lreadline -lcurses -lrt

View File

@@ -0,0 +1,17 @@
# CONFIG.win32-x86-cygwin.Common
#
# $Id$
# This file is maintained by the build community.
#
# Definitions for win32-x86-cygwin host archs
# Sites may override these definitions in CONFIG_SITE.win32-x86-cygwin.Common
#-------------------------------------------------------
#Include definitions common to unix hosts
include $(CONFIG)/os/CONFIG.UnixCommon.Common
WIND_HOST_TYPE = x86-win32
OSITHREAD_USE_DEFAULT_STACK = NO
HOSTEXE=.exe

View File

@@ -0,0 +1,16 @@
# CONFIG.win32-x86-cygwin.win32-x86-cygwin
#
# $Id$
#
# Definitions for win32-x86-cygwin host - win32-x86-cygwin target builds
# Sites may override these definitions in CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin
#-------------------------------------------------------
# Include common gnu compiler definitions
include $(CONFIG)/CONFIG.gnuCommon
## Shared libraries for cygwin not implemented yet
SHARED_LIBRARIES=NO
CC = $(GNU_BIN)/gcc
CCC = $(GNU_BIN)/g++

View File

@@ -0,0 +1,10 @@
# CONFIG_SITE.win32-x86-cygwin.Common
#
# $Id$
# This file is maintained by the build community.
#
# Site override definitions for win32-x86-cygwin host builds
#-------------------------------------------------------
CROSS_COMPILER_TARGET_ARCHS =

View File

@@ -0,0 +1,10 @@
# CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin
#
# $Id$
# This file is maintained by the build community.
#
# Site override definitions for win32-x86-cygwin host - win32-x86-cygwin target builds
#-------------------------------------------------------
GNU_DIR=C:/cygwin