94ffd7d80e
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).
18 lines
618 B
Plaintext
18 lines
618 B
Plaintext
--- ../gcc-2.7.2.2/Makefile.in.orig Tue Nov 25 00:15:13 1997
|
|
+++ ../gcc-2.7.2.2/Makefile.in Tue Nov 25 00:15:41 1997
|
|
@@ -47,7 +47,7 @@
|
|
# to the stage2 and stage3 compilations
|
|
# XCFLAGS is used for most compilations but not when using the GCC just built.
|
|
XCFLAGS =
|
|
-CFLAGS = -g
|
|
+# CFLAGS = -g
|
|
BOOT_CFLAGS = -O $(CFLAGS)
|
|
# These exists to be overridden by the x-* and t-* files, respectively.
|
|
X_CFLAGS =
|
|
--- ../gcc-2.7.2.2/config/i386/x-freebsd.orig Sun Nov 23 22:18:20 1997
|
|
+++ ../gcc-2.7.2.2/config/i386/x-freebsd Sun Nov 23 22:18:32 1997
|
|
@@ -1,3 +1,2 @@
|
|
# Don't run fixproto
|
|
STMP_FIXPROTO =
|
|
-CLIB=-lgnumalloc
|