mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
configure.ac
* configure.ac: renamed configure.in. [Feature #13946] * Makefile.in, common.mk, ext/rbconfig/sizeof/depend: use configure.ac. * README.ja.md, README.md: update document for configure.ac. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5723d9fd34
commit
3133a5c971
9 changed files with 12 additions and 12 deletions
2
sparc.c
2
sparc.c
|
@ -26,7 +26,7 @@ rb_sparc_flush_register_windows(void)
|
|||
__volatile__
|
||||
#endif
|
||||
|
||||
/* This condition should be in sync with one in configure.in */
|
||||
/* This condition should be in sync with one in configure.ac */
|
||||
#if defined(__sparcv9) || defined(__sparc_v9__) || defined(__arch64__)
|
||||
# ifdef __GNUC__
|
||||
("flushw" : : : "%o7")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue