ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/configure.ac
(Generate patch)

Comparing SheepShaver/src/Unix/configure.ac (file contents):
Revision 1.24 by gbeauche, 2005-06-14T06:32:52Z vs.
Revision 1.25 by gbeauche, 2005-06-14T06:35:00Z

# Line 1143 | Line 1143 | if [[ "x$ac_cv_use_dyngen" = "xyes" ]];
1143    AC_CACHE_CHECK([whether static data regions are executable],
1144      ac_cv_have_static_data_exec, [
1145      AC_TRY_RUN([int main(void) {
1146 < #if defined(__powerpc__)
1146 > #if defined(__powerpc__) || defined(__ppc__)
1147        static unsigned int p[8] = {0x4e800020,};
1148        asm volatile("dcbst 0,%0" : : "r" (p) : "memory");
1149        asm volatile("sync" : : : "memory");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines