Changeset 28241 for trunk/Ohana/configure.tcsh
- Timestamp:
- Jun 6, 2010, 4:06:31 PM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
configure.tcsh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/czw_branch/20100427/Ohana merged eligible /branches/eam_branches/Ohana.20100606 merged eligible /branches/haf_branches/ipp.20100512/Ohana merged eligible /branches/pap/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/configure.tcsh
r27482 r28241 186 186 187 187 # use_gnu99 188 if ($use_gnu99) set CFLAGS = "$CFLAGS -std=gnu99" 188 if ($use_gnu99) then 189 set CFLAGS = "$CFLAGS -std=gnu99" 190 else 191 set CFLAGS = "$CFLAGS -std=gnu89" 192 endif 189 193 190 194 # no_largefiles … … 670 674 --use-tcmalloc use the alternate tcmalloc from Google 671 675 --use-gnu99 use gnu99 flags to ensure C99 compatibility 672 -- use-largefiles ensurelarge file compatibility676 --no-largefiles skip large file compatibility 673 677 674 678 Installation directories:
Note:
See TracChangeset
for help on using the changeset viewer.
