Changeset 28304 for branches/czw_branch/20100519/Ohana/configure.tcsh
- Timestamp:
- Jun 10, 2010, 6:28:51 PM (16 years ago)
- Location:
- branches/czw_branch/20100519
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100519
- Property svn:mergeinfo changed
-
branches/czw_branch/20100519/Ohana
- Property svn:mergeinfo set to
-
branches/czw_branch/20100519/Ohana/configure.tcsh
r27482 r28304 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.
