14 lines
358 B
Plaintext
14 lines
358 B
Plaintext
# CONFIG.Common.cygwin-x86_64
|
|
#
|
|
# This file is maintained by the build community.
|
|
#
|
|
# Definitions for cygwin-x86_64 target builds
|
|
# Sites may override these definitions in CONFIG_SITE.Common.cygwin-x86_64
|
|
#-------------------------------------------------------
|
|
|
|
include $(CONFIG)/os/CONFIG.Common.cygwin-x86
|
|
|
|
ARCH_DEP_CFLAGS = -m64
|
|
ARCH_DEP_LDFLAGS = -m64
|
|
|