diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-20 06:57:59 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-20 06:57:59 +0000 |
commit | 272312d86a6d0d5e8045b66e9f381b1974a2ffca (patch) | |
tree | 621db03a4288ae84a28be7f39b66f29509e371e3 /packages/sdcc/files | |
parent | c6ea5e057c49dbf40b6e495ea1e29890cbeb2ae0 (diff) | |
parent | e59264b9bfe147bf874cb884bc474882cc1e73d1 (diff) |
merge of '2754e872d313aa16f8b70a6b1475a5fe5cd1b5c0'
and 'f8e3d83965086984baadee15f33b6b7a0bdfe743'
Diffstat (limited to 'packages/sdcc/files')
-rw-r--r-- | packages/sdcc/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/sdcc/files/gcc4.patch | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/sdcc/files/.mtn2git_empty b/packages/sdcc/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/sdcc/files/.mtn2git_empty diff --git a/packages/sdcc/files/gcc4.patch b/packages/sdcc/files/gcc4.patch new file mode 100644 index 0000000000..31eed50df8 --- /dev/null +++ b/packages/sdcc/files/gcc4.patch @@ -0,0 +1,13 @@ +Index: sdcc/sim/ucsim/cmd.src/newcmdcl.h +=================================================================== +--- sdcc.orig/sim/ucsim/cmd.src/newcmdcl.h ++++ sdcc/sim/ucsim/cmd.src/newcmdcl.h +@@ -124,7 +124,7 @@ public: + cl_console(int portnumber, class cl_app *the_app); + #endif + virtual ~cl_console(void); +- virtual class cl_console *cl_console::clone_for_exec(char *fin); ++ virtual class cl_console *clone_for_exec(char *fin); + virtual int init(void); + + virtual bool accept_last(void); |