Skip to content

Commit

Permalink
Merge pull request #328 from dsimcha/master
Browse files Browse the repository at this point in the history
gcc -> g++
  • Loading branch information
WalterBright committed Aug 24, 2011
2 parents e8e27a4 + 38461b0 commit bb560e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posix.mak
Expand Up @@ -141,7 +141,7 @@ SRC = win32.mak posix.mak \
all: dmd

dmd: $(DMD_OBJS)
$(ENVP) gcc -o dmd -m$(MODEL) $(COV) $(DMD_OBJS) $(LDFLAGS)
$(ENVP) g++ -o dmd -m$(MODEL) $(COV) $(DMD_OBJS) $(LDFLAGS)

clean:
rm -f $(DMD_OBJS) dmd optab.o id.o impcnvgen idgen id.c id.h \
Expand Down

0 comments on commit bb560e0

Please sign in to comment.