diff --git a/CHANGES.current b/CHANGES.current index 0cc18f7f2..60858a4ba 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,7 @@ Version 2.0.5 (in progress) 2011-12-03: klickvebrot [D] Fix exception glue code for newer DMD 2 versions. + [D] Do not default to 32 bit glue code for DMD anymore. 2011-12-01: szager [python] Fixed bug 3447426: memory leak in vector.__getitem__. diff --git a/Examples/Makefile.in b/Examples/Makefile.in index ff5686913..da7101255 100644 --- a/Examples/Makefile.in +++ b/Examples/Makefile.in @@ -12,7 +12,7 @@ # certain packages have been installed. Set the prefixes # accordingly. # -# 2. To use this makefile, set required varibles, eg SRCS, INTERFACE, +# 2. To use this makefile, set required varibles, eg SRCS, INTERFACE, # INTERFACEDIR, INCLUDES, LIBS, TARGET, and do a # $(MAKE) -f Makefile.template.in SRCS='$(SRCS)' \ # INCLUDES='$(INCLUDES) LIBS='$(LIBS)' INTERFACE='$(INTERFACE)' \ @@ -1243,11 +1243,6 @@ else DCOMPILER = @D1COMPILER@ endif -ifeq (dmd,$(DCOMPILER)) - # DMD is 32bit only by now - DCFLAGS = -m32 -endif - # ---------------------------------------------------------------- # Build a dynamically loadable D wrapper for a C module # ----------------------------------------------------------------