annotate sources/patches/uClibc-fixm68k.patch @ 1376:a6d18adf198d

Added tag 1.0.2 for changeset a9685aea2a2c
author Rob Landley <rob@landley.net>
date Tue, 14 Jun 2011 20:48:07 -0500
parents 71acb8c4611a
children 83de80c10db8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1355
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
1 --- uClibc/Rules.mak 2010-04-02 10:34:27.000000000 -0500
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
2 +++ uClibc.bak/Rules.mak 2010-04-12 00:08:21.000000000 -0500
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
3 @@ -173,7 +173,9 @@
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
4
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
5 OPTIMIZATION:=
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
6 # Use '-Os' optimization if available, else use -O2, allow Config to override
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
7 +ifneq ($(TARGET_ARCH),m68k)
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
8 OPTIMIZATION+=$(call check_gcc,-Os,-O2)
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
9 +endif
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
10 # Use the gcc 3.4 -funit-at-a-time optimization when available
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
11 OPTIMIZATION+=$(call check_gcc,-funit-at-a-time,)
71acb8c4611a Kick uClibc 0.9.32-rc3 to UNSTABLE for the moment, and put 0.9.31 back in stable, with its old patch stack.
Rob Landley <rob@landley.net>
parents:
diff changeset
12 # shrinks code by about 0.1%