Initial version.
This commit is contained in:
28
configure/os/CONFIG.Common.win32-x86-cygwin
Normal file
28
configure/os/CONFIG.Common.win32-x86-cygwin
Normal 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
|
||||
|
||||
17
configure/os/CONFIG.win32-x86-cygwin.Common
Normal file
17
configure/os/CONFIG.win32-x86-cygwin.Common
Normal 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
|
||||
|
||||
16
configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin
Normal file
16
configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin
Normal 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++
|
||||
10
configure/os/CONFIG_SITE.win32-x86-cygwin.Common
Normal file
10
configure/os/CONFIG_SITE.win32-x86-cygwin.Common
Normal 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 =
|
||||
|
||||
10
configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin
Normal file
10
configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user