From d6206dc1ad2031c4db3cfbe345c1f42582049f3b Mon Sep 17 00:00:00 2001 From: etrunko Date: Thu, 24 Jan 2008 19:17:29 +0000 Subject: [PATCH] Removed debian_gregale directory. Build for 770 with -O0 instead of -O2. --- trunk/embryo/debian/changelog | 6 +++ trunk/embryo/debian/rules | 6 +-- trunk/embryo/debian_gregale/changelog | 24 ----------- trunk/embryo/debian_gregale/changelog.in | 6 --- trunk/embryo/debian_gregale/compat | 1 - trunk/embryo/debian_gregale/control | 45 -------------------- trunk/embryo/debian_gregale/copyright | 40 ----------------- trunk/embryo/debian_gregale/embryo0-bin.install | 2 - trunk/embryo/debian_gregale/libembryo0-dev.install | 5 --- trunk/embryo/debian_gregale/libembryo0.install | 1 - trunk/embryo/debian_gregale/rules | 17 -------- 11 files changed, 9 insertions(+), 144 deletions(-) delete mode 100644 trunk/embryo/debian_gregale/changelog delete mode 100644 trunk/embryo/debian_gregale/changelog.in delete mode 100644 trunk/embryo/debian_gregale/compat delete mode 100644 trunk/embryo/debian_gregale/control delete mode 100644 trunk/embryo/debian_gregale/copyright delete mode 100644 trunk/embryo/debian_gregale/embryo0-bin.install delete mode 100644 trunk/embryo/debian_gregale/libembryo0-dev.install delete mode 100644 trunk/embryo/debian_gregale/libembryo0.install delete mode 100755 trunk/embryo/debian_gregale/rules diff --git a/trunk/embryo/debian/changelog b/trunk/embryo/debian/changelog index c606a23..378c963 100644 --- a/trunk/embryo/debian/changelog +++ b/trunk/embryo/debian/changelog @@ -1,3 +1,9 @@ +embryo (0.9.1.041-maemo.5) unstable; urgency=low + + * Use -O0 when building for 770. + + -- Eduardo Lima (Etrunko) Thu, 24 Jan 2008 16:10:19 -0200 + embryo (0.9.1.041-maemo.4) unstable; urgency=low * Updated package version. diff --git a/trunk/embryo/debian/rules b/trunk/embryo/debian/rules index 5437088..4b99d2c 100755 --- a/trunk/embryo/debian/rules +++ b/trunk/embryo/debian/rules @@ -6,12 +6,12 @@ include /usr/share/cdbs/1/class/autotools.mk DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) ifneq (,$(findstring armel,$(DEB_BUILD_ARCH))) - CFLAGS += -DNDEBUG=1 -fomit-frame-pointer -O2 -ffast-math -funsafe-math-optimizations -fno-math-errno -fsingle-precision-constant + CFLAGS += -DNDEBUG=1 -fomit-frame-pointer -ffast-math -funsafe-math-optimizations -fno-math-errno -fsingle-precision-constant ifneq (,$(findstring n8x0,$(DEB_BUILD_OPTIONS))) - CFLAGS += -mfpu=vfp -mfloat-abi=softfp -mcpu=arm1136jf-s + CFLAGS += -O2 -mfpu=vfp -mfloat-abi=softfp -mcpu=arm1136jf-s endif ifneq (,$(findstring n770,$(DEB_BUILD_OPTIONS))) - CFLAGS += -mcpu=arm926ej-s + CFLAGS += -O0 -mcpu=arm926ej-s endif endif diff --git a/trunk/embryo/debian_gregale/changelog b/trunk/embryo/debian_gregale/changelog deleted file mode 100644 index 76c337b..0000000 --- a/trunk/embryo/debian_gregale/changelog +++ /dev/null @@ -1,24 +0,0 @@ -embryo (0.9.1.041-maemo.2) unstable; urgency=low - - * rules: Include simple-patchsys.mk - - -- Eduardo Lima (Etrunko) Sun, 09 Dec 2007 12:43:45 -0300 - -embryo (0.9.1.041-maemo.1) unstable; urgency=low - - * Upstream updated to 0.9.10.041 - - -- Ed Bartosh Sun, 9 Sep 2007 23:17:04 +0300 - -embryo (0.9.1.040-maemo.1) unstable; urgency=low - - * Maemo build - - -- Ed Bartosh Sun, 19 Aug 2007 11:58:07 +0300 - -embryo (0.9.1.040-1) unstable; urgency=low - - * a CVS snapshot release. - - -- E17 Debian Team Tue, 7 Mar 2006 13:30:15 +0000 - diff --git a/trunk/embryo/debian_gregale/changelog.in b/trunk/embryo/debian_gregale/changelog.in deleted file mode 100644 index af4eaab..0000000 --- a/trunk/embryo/debian_gregale/changelog.in +++ /dev/null @@ -1,6 +0,0 @@ -embryo (@VERSION@-1) unstable; urgency=low - - * a CVS snapshot release. - - -- E17 Debian Team Tue, 7 Mar 2006 13:30:15 +0000 - diff --git a/trunk/embryo/debian_gregale/compat b/trunk/embryo/debian_gregale/compat deleted file mode 100644 index b8626c4..0000000 --- a/trunk/embryo/debian_gregale/compat +++ /dev/null @@ -1 +0,0 @@ -4 diff --git a/trunk/embryo/debian_gregale/control b/trunk/embryo/debian_gregale/control deleted file mode 100644 index bb18b67..0000000 --- a/trunk/embryo/debian_gregale/control +++ /dev/null @@ -1,45 +0,0 @@ -Source: embryo -Section: libs -Priority: optional -Maintainer: Maemo-EFL Team -Build-Depends: cdbs, debhelper (>= 4.0.0), automake1.7 | automaken, libtool -Standards-Version: 3.7.2 - -Package: embryo0-bin -Section: devel -Architecture: any -Provides: embryo-bin -Depends: ${shlibs:Depends} -Description: SMALL compiler creating Embryo bytecode - This package contains the compiler embryo_cc. - -Package: libembryo0-dev -Section: libdevel -Architecture: any -Provides: libembryo-dev -Depends: libembryo0 (= ${Source-Version}) -Description: Development files for libembryo0 - Headers, static libraries and documentation for Embryo. - -Package: libembryo0 -Section: libs -Architecture: any -Provides: libembryo -Depends: ${shlibs:Depends} -Suggests: embryo0-bin (= ${Source-Version}) -Description: SMALL-based abstract machine (AMX) bytecode interpreter - Embryo is primarily a shared library that gives you an API to load - and control interpreted programs compiled into an abstract machine - bytecode that it understands. This abstract (or virtual) machine is - similar to a real machine with a CPU, but it is emulated in - software. The architecture is simple and is the same as the - abstract machine (AMX) in the SMALL language as it is based on - exactly the same code. Embryo has modified the code for the AMX - extensively and has made it smaller and more portable. It is VERY - small. The total size of the virtual machine code AND header files - is less than 2500 lines of code. It includes the floating point - library support by default as well. This makes it one of the - smallest interpreters around, and thus makes is very efficient to - use in code. - . - See also http://www.compuphase.com/small.htm for details on SMALL. diff --git a/trunk/embryo/debian_gregale/copyright b/trunk/embryo/debian_gregale/copyright deleted file mode 100644 index 7a0b0e6..0000000 --- a/trunk/embryo/debian_gregale/copyright +++ /dev/null @@ -1,40 +0,0 @@ -This package was debianized by Victor Koeppel on -Wed, 24 Mar 2004 15:44:55 +0100. - -The source is from the e17/libs/embryo module of the enlightenment CVS -tree. For more information, see: - - http://www.enlightenment.org/cvs.html - -Upstream Author: Carsten Haitzler - -Copyright: - -Copyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies of the Software and its Copyright notices. In addition publicly -documented acknowledgment must be given that this software has been used if no -source code of this software is made available publicly. This includes -acknowledgments in either Copyright notices, Manuals, Publicity and Marketing -documents or any documentation provided with any product containing this -software. This License does not apply to any software that links to the -libraries provided by this software (statically or dynamically), but only to -the software provided. - -Please see the COPYING.PLAIN for a plain-english explanation of this notice -and it's intent. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/trunk/embryo/debian_gregale/embryo0-bin.install b/trunk/embryo/debian_gregale/embryo0-bin.install deleted file mode 100644 index a484b55..0000000 --- a/trunk/embryo/debian_gregale/embryo0-bin.install +++ /dev/null @@ -1,2 +0,0 @@ -debian/tmp/usr/bin/embryo_cc -debian/tmp/usr/share/embryo/include/*.inc diff --git a/trunk/embryo/debian_gregale/libembryo0-dev.install b/trunk/embryo/debian_gregale/libembryo0-dev.install deleted file mode 100644 index 84cdbef..0000000 --- a/trunk/embryo/debian_gregale/libembryo0-dev.install +++ /dev/null @@ -1,5 +0,0 @@ -debian/tmp/usr/include/* -debian/tmp/usr/lib/pkgconfig/* -debian/tmp/usr/lib/lib*.a -debian/tmp/usr/lib/lib*.so -debian/tmp/usr/lib/lib*.la diff --git a/trunk/embryo/debian_gregale/libembryo0.install b/trunk/embryo/debian_gregale/libembryo0.install deleted file mode 100644 index c45ebcf..0000000 --- a/trunk/embryo/debian_gregale/libembryo0.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/lib*.so.* diff --git a/trunk/embryo/debian_gregale/rules b/trunk/embryo/debian_gregale/rules deleted file mode 100755 index 5437088..0000000 --- a/trunk/embryo/debian_gregale/rules +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk - -DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) - -ifneq (,$(findstring armel,$(DEB_BUILD_ARCH))) - CFLAGS += -DNDEBUG=1 -fomit-frame-pointer -O2 -ffast-math -funsafe-math-optimizations -fno-math-errno -fsingle-precision-constant - ifneq (,$(findstring n8x0,$(DEB_BUILD_OPTIONS))) - CFLAGS += -mfpu=vfp -mfloat-abi=softfp -mcpu=arm1136jf-s - endif - ifneq (,$(findstring n770,$(DEB_BUILD_OPTIONS))) - CFLAGS += -mcpu=arm926ej-s - endif -endif - -- 1.7.9.5