openbsd-ports/devel/prc-tools/patches/patch-ac
angelos 94ffd7d80e prc-tools from FreeBSD, with some minor changes/additions.
This is a developer's toolkit for building applications for the
PalmPilot, using gcc/gdb/binutils. As it stands, it supports PalmOS2,
but I've added a message in the Makefile describing how to add PalmIII
support (very straightforward).
1998-11-26 17:22:52 +00:00

12 lines
369 B
Plaintext

--- ../gdb-4.16/Makefile.in.orig Tue Nov 25 00:18:51 1997
+++ ../gdb-4.16/Makefile.in Tue Nov 25 00:18:54 1997
@@ -66,7 +66,7 @@
# We don't specify -g -O because many compilers don't support -g -O,
# and/or -O is broken in and of itself.
-CFLAGS = -g
+# CFLAGS = -g
LIBCFLAGS = $(CFLAGS)
CFLAGS_FOR_TARGET = $(CFLAGS)
LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)