diff options
author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-16 11:31:30 +0000 |
---|---|---|
committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-16 11:31:30 +0000 |
commit | 55a10eac56d24eed8bf45548676e17d644ce8d2f (patch) | |
tree | e74802ccb745b92ccb513bbf0138650d1f1b4aec | |
parent | cc40e42757f63736333b13373575fb90ec544535 (diff) | |
download | ruby-55a10eac56d24eed8bf45548676e17d644ce8d2f.tar.gz ruby-55a10eac56d24eed8bf45548676e17d644ce8d2f.tar.xz ruby-55a10eac56d24eed8bf45548676e17d644ce8d2f.zip |
* bcc32/Makefile.sub: show more warnings. (refering to mingw)
* bcc32/setup.mak: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | bcc32/Makefile.sub | 2 | ||||
-rw-r--r-- | bcc32/setup.mak | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +Mon Feb 16 20:28:52 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> + + * bcc32/Makefile.sub: show more warnings. (refering to mingw) + + * bcc32/setup.mak: ditto. + Mon Feb 16 18:35:58 2004 NAKAMURA Usaku <usa@ruby-lang.org> * win32/Makefile.sub (config.status): should create *.pdb on ext/, diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 1a28bd036..6de146eb1 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -113,7 +113,7 @@ TESTS = RDOCTARGET = install-doc !endif !ifndef CFLAGS -CFLAGS = -q $(DEBUGFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) -w- -wsus +CFLAGS = -q $(DEBUGFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) -w- -wsus -wcpt -wdup -wext -wrng -wrpt -wzdi !endif !ifndef CPPFLAGS CPPFLAGS = -I. -I$(srcdir) -I$(srcdir)missing diff --git a/bcc32/setup.mak b/bcc32/setup.mak index 8880360e5..04113dcaa 100644 --- a/bcc32/setup.mak +++ b/bcc32/setup.mak @@ -78,7 +78,7 @@ PROCESSOR_LEVEL = $(PROCESSOR_LEVEL) \# RUBY_INSTALL_NAME = ruby \# RUBY_SO_NAME = $$(RT)-$$(RUBY_INSTALL_NAME)$$(MAJOR)$$(MINOR) \# prefix = /usr -\# CFLAGS = -q $$(DEBUGFLAGS) $$(OPTFLAGS) $$(PROCESSOR_FLAG) -w- -wsus +\# CFLAGS = -q $$(DEBUGFLAGS) $$(OPTFLAGS) $$(PROCESSOR_FLAG) -w- -wsus -wcpt -wdup -wext -wrng -wrpt -wzdi \# CPPFLAGS = -I. -I$$(srcdir) -I$$(srcdir)missing -DLIBRUBY_SO=\"$$(LIBRUBY_SO)\" \# STACK = 0x2000000 \# LDFLAGS = -S:$$(STACK) |