b55756f2a0
not ready yet...
12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
$OpenBSD: patch-gcc_config_arm_t-openbsd,v 1.1.1.1 2005/01/03 15:21:26 espie Exp $
|
|
--- gcc/config/arm/t-openbsd.orig Mon Jan 3 10:17:43 2005
|
|
+++ gcc/config/arm/t-openbsd Mon Jan 3 10:17:43 2005
|
|
@@ -0,0 +1,7 @@
|
|
+# Just for these, we omit the frame pointer since it makes such a big
|
|
+# difference. It is then pointless adding debugging.
|
|
+TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer -fpic
|
|
+LIBGCC2_DEBUG_CFLAGS = -g0
|
|
+
|
|
+# Don't build enquire
|
|
+ENQUIRE=
|