diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-08-20 11:35:44 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-08-20 13:48:42 +0300 |
commit | 04b1816f008d465ea5d7fa686e092280c3f104c3 (patch) | |
tree | 5f61a955449e303ebd6cc669af937baed714cc29 | |
parent | 910fc93842b766cbf211330191598f663be4f452 (diff) | |
download | librpm-tizen-04b1816f008d465ea5d7fa686e092280c3f104c3.tar.gz librpm-tizen-04b1816f008d465ea5d7fa686e092280c3f104c3.tar.bz2 librpm-tizen-04b1816f008d465ea5d7fa686e092280c3f104c3.zip |
If MiNT can't cope, frankly my dear, I dont give a damn
-rw-r--r-- | rpmbuild.c | 5 | ||||
-rw-r--r-- | rpmqv.c | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/rpmbuild.c b/rpmbuild.c index 5ca6bed19..60310ff1e 100644 --- a/rpmbuild.c +++ b/rpmbuild.c @@ -50,11 +50,6 @@ static struct poptOption optionsTable[] = { POPT_TABLEEND }; -#ifdef __MINT__ -/* MiNT cannot dynamically increase the stack. */ -long _stksize = 64 * 1024L; -#endif - RPM_GNUC_NORETURN static void argerror(const char * desc) { @@ -97,11 +97,6 @@ static struct poptOption optionsTable[] = { POPT_TABLEEND }; -#ifdef __MINT__ -/* MiNT cannot dynamically increase the stack. */ -long _stksize = 64 * 1024L; -#endif - RPM_GNUC_NORETURN static void argerror(const char * desc) { |