Skip to content

Commit

Permalink
* Makefile.in: add ARCH_FLAG to DLDFLAGS.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
eban committed Nov 30, 2003
1 parent 2abaf25 commit 106b79e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Expand Up @@ -11,6 +11,8 @@ Sun Nov 30 20:18:07 2003 WATANABE Hirofumi <eban@ruby-lang.org>

* lib/mkfm.rb (configuration): add ARCH_FLAG to DLDFLAGS.

* Makefile.in: add ARCH_FLAG to DLDFLAGS.

Sun Nov 30 18:22:48 2003 WATANABE Hirofumi <eban@ruby-lang.org>

* configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS,
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -30,7 +30,7 @@ EXTLIBS =
LIBS = @LIBS@ $(EXTLIBS)
MISSING = @LIBOBJS@ @ALLOCA@
LDSHARED = @LIBRUBY_LDSHARED@
DLDFLAGS = @LIBRUBY_DLDFLAGS@ $(EXTLDFLAGS)
DLDFLAGS = @LIBRUBY_DLDFLAGS@ $(EXTLDFLAGS) @ARCH_FLAG@
SOLIBS = @SOLIBS@
MAINLIBS = @MAINLIBS@

Expand Down

0 comments on commit 106b79e

Please sign in to comment.