- Timestamp:
- Mar 16, 2010, 6:44:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/configure.tcsh
r21508 r27295 13 13 set use_tcmalloc = 0 14 14 set use_gnu99 = 0 15 set use_largefiles = 0 15 16 16 17 set prefix = "" … … 74 75 set use_gnu99 = 1 75 76 breaksw; 77 case --use-largefiles 78 set use_largefiles = 1 79 breaksw; 76 80 case --pedantic 77 81 set pedantic = 1 … … 180 184 # use_gnu99 181 185 if ($use_gnu99) set CFLAGS = "$CFLAGS -std=gnu99" 186 187 # use_largefiles 188 # replace with `getconf LFS_CFLAGS` 189 if ($use_largefiles) set CFLAGS = "$CFLAGS -D_FILE_OFFSET_BITS=64" 182 190 183 191 if (! $?CPPFLAGS) then … … 650 658 -h, --help display this help and exit 651 659 --enable-optimize enable compiler optimization (-O2) 660 --enable-profile enable 652 661 --enable-memcheck enable ohana memory tests 653 662 --pedantic include -Wall -Werror on compilation 663 --use-tcmalloc use the alternate tcmalloc from Google 664 --use-gnu99 use gnu99 flags to ensure C99 compatibility 665 --use-largefiles ensure large file compatibility 654 666 655 667 Installation directories:
Note:
See TracChangeset
for help on using the changeset viewer.
