diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-30 11:27:34 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-30 11:27:34 +0000 |
| commit | 0d6047c05fb1e7e3475ff043730a65150b303004 (patch) | |
| tree | 77bce8587a3e27fb9ed80324d284323d52e91bdb /ChangeLog | |
| parent | 512a6121985863be1c4bc4a178c76597d5365be1 (diff) | |
* configure.in: keep ARCH_FLAG separate. export ARCH_FLAG.
[ruby-core:01819]
* Makefile.in: add ARCH_FLAG to CFLAGS.
* Makefile.in: add @CPPFLAGS@ to CPPFLAGS.
* lib/mkmf.rb (link_command, cc_command): use ARCH_FLAG.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sun Nov 30 20:18:07 2003 WATANABE Hirofumi <eban@ruby-lang.org> + + * configure.in: keep ARCH_FLAG separate. export ARCH_FLAG. + [ruby-core:01819] + + * Makefile.in: add ARCH_FLAG to CFLAGS. + + * Makefile.in: add @CPPFLAGS@ to CPPFLAGS. + + * lib/mkmf.rb (link_command, cc_command): use ARCH_FLAG. + Sun Nov 30 18:22:48 2003 WATANABE Hirofumi <eban@ruby-lang.org> * configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS, |
