~ubuntu-branches/ubuntu/maverick/dietlibc/maverick

« back to all changes in this revision

Viewing changes to FAQ

  • Committer: Bazaar Package Importer
  • Author(s): Gerrit Pape
  • Date: 2004-12-23 14:18:36 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041223141836-laencoi55y3khwy0
Tags: 0.27-7
* debian/diff/ia64-no-fno-omit-frame-pointer.diff: new; don't use
  -fno-omit-frame-pointer on ia64 (works around #286840).
* debian/rules: get VERSION from debian/changelog.
* debian/diff/nice.diff: update; set errno=EPERM on error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
245
245
   code.  Unfortunately, these options have been renamed on gcc 3.  You
246
246
   can fix this by creating a file ~/.diet/gcc containing this line:
247
247
 
248
 
     -Os -fomit-frame-pointer -falign-functions=0 -falign-jumps=0 -falign-loops=0 -mpreferred-stack-boundary=2
 
248
     -Os -fomit-frame-pointer -falign-jumps=1 -falign-loops=1 -mpreferred-stack-boundary=2
249
249
 
250
250
   If you get this options not for diet -Os gcc but for diet -Os
251
251
   i386-linux-gcc, put this in ~/.diet/i386-linux-gcc instead.