diff options
author | Jay Freeman <saurik@saurik.com> | 2008-07-27 11:55:09 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-07-27 11:55:09 +0000 |
commit | 93b04703444b0434644584a9d18c483baafb21a1 (patch) | |
tree | 9538fd7660119bb119e80d0571825dd3f22e21a1 /data/gdb/nolongdouble.diff | |
parent | 36766b4cc392785a1f89c10bcf2fc0a0e30c5b6a (diff) |
Finally got GDB entirely working.
git-svn-id: http://svn.telesphoreo.org/trunk@399 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/gdb/nolongdouble.diff')
-rw-r--r-- | data/gdb/nolongdouble.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/gdb/nolongdouble.diff b/data/gdb/nolongdouble.diff new file mode 100644 index 000000000..23e91cb6f --- /dev/null +++ b/data/gdb/nolongdouble.diff @@ -0,0 +1,12 @@ +diff -ru gdb-952/src/gdb/config/arm/macosx.mh gdb-952+iPhone/src/gdb/config/arm/macosx.mh +--- gdb-952/src/gdb/config/arm/macosx.mh 2008-03-01 01:24:09.000000000 +0000 ++++ gdb-952+iPhone/src/gdb/config/arm/macosx.mh 2008-04-11 07:38:06.000000000 +0000 +@@ -43,7 +43,7 @@ + + MH_CFLAGS = -I$(srcdir)/macosx + +-MH_CFLAGS += -DUSE_PTHREADS=1 -Wall -Wimplicit -Wno-long-double ++MH_CFLAGS += -DUSE_PTHREADS=1 -Wall -Wimplicit + + CFM_CFLAGS = -DWITH_CFM=0 + |