mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
Disable MinGW & shared because it never worked.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_28@115093 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b72f73f13a
commit
0d62b9a9a8
@ -941,6 +941,11 @@ ifdef EXPORTED_SYMBOL_FILE
|
|||||||
# First, set up the native export file, which may differ from the source
|
# First, set up the native export file, which may differ from the source
|
||||||
# export file.
|
# export file.
|
||||||
|
|
||||||
|
# The option --version-script is not effective on GNU ld win32.
|
||||||
|
ifneq (,$(filter $(HOST_OS),Cygwin MingW))
|
||||||
|
HAVE_LINK_VERSION_SCRIPT := 0
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(HOST_OS),Darwin)
|
ifeq ($(HOST_OS),Darwin)
|
||||||
# Darwin convention prefixes symbols with underscores.
|
# Darwin convention prefixes symbols with underscores.
|
||||||
NativeExportsFile := $(ObjDir)/$(notdir $(EXPORTED_SYMBOL_FILE)).sed
|
NativeExportsFile := $(ObjDir)/$(notdir $(EXPORTED_SYMBOL_FILE)).sed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user