view sources/patches/uClibc-fixm68k.patch @ 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.
author Rob Landley <rob@landley.net>
date Sat, 21 May 2011 23:37:31 -0500
parents
children 83de80c10db8
line wrap: on
line source

--- uClibc/Rules.mak	2010-04-02 10:34:27.000000000 -0500
+++ uClibc.bak/Rules.mak	2010-04-12 00:08:21.000000000 -0500
@@ -173,7 +173,9 @@
 
 OPTIMIZATION:=
 # Use '-Os' optimization if available, else use -O2, allow Config to override
+ifneq ($(TARGET_ARCH),m68k)
 OPTIMIZATION+=$(call check_gcc,-Os,-O2)
+endif
 # Use the gcc 3.4 -funit-at-a-time optimization when available
 OPTIMIZATION+=$(call check_gcc,-funit-at-a-time,)
 # shrinks code by about 0.1%