Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #44 from mleise/master
Browse files Browse the repository at this point in the history
patch for issue 6387 - scanelf (from pax-utils) criticizes dmd generated object files
  • Loading branch information
complexmath committed Aug 25, 2011
2 parents c6822a0 + 333002a commit 755508c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ $(OBJDIR)/errno_c.o : src/core/stdc/errno.c

$(OBJDIR)/threadasm.o : src/core/threadasm.S
@mkdir -p $(OBJDIR)
$(CC) -c $(CFLAGS) $< -o$@
$(CC) -Wa,-noexecstack -c $(CFLAGS) $< -o$@

################### Library generation #########################

Expand Down

0 comments on commit 755508c

Please sign in to comment.