diff options
Diffstat (limited to 'core/combo/HOST_darwin-x86_64.mk')
-rw-r--r-- | core/combo/HOST_darwin-x86_64.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/combo/HOST_darwin-x86_64.mk b/core/combo/HOST_darwin-x86_64.mk index 8ad3ba7..0bc0227 100644 --- a/core/combo/HOST_darwin-x86_64.mk +++ b/core/combo/HOST_darwin-x86_64.mk @@ -17,8 +17,6 @@ # Configuration for Darwin (Mac OS X) on x86_64. # Included by combo/select.mk -HOST_IS_64_BIT := true - HOST_GLOBAL_CFLAGS += -m64 HOST_GLOBAL_LDFLAGS += -m64 |