summaryrefslogtreecommitdiff
path: root/rpmrc.in
AgeCommit message (Collapse)AuthorFilesLines
2014-12-08optflags: set _FORTIFY_SOURCE for preprocPhilippe Coval1-11/+11
Without it will fail if optflags are not overridden and raise an error like : configure: CFLAGS error: CFLAGS may only be used to specify C compiler flags, not macro definitions. Use CPPFLAGS for: -D_FORTIFY_SOURCE=2 configure: error: Can not continue. Fix errors mentioned immediately above this line. error: Bad exit status from /var/tmp/rpm-tmp.AoOYbS (%build) More details at : https://gcc.gnu.org/onlinedocs/gcc-4.9.2/gcc/Preprocessor-Options.html#index-Wp-986 Change-Id: I49c8545a0526a1922905ef55de3a59edf9036068 Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
2014-07-14AArch64 support v2submit/tizen/20140722.073213accepted/tizen/common/20140724.002209Mark Salter1-0/+10
Here is my updated patch adding AArch64 support. The main change was to use CANONCOLOR=3 rather than 2. --Mark Change-Id: I79e397534d25a4ef4d293222c4cbd415a8fcd6b5 Signed-off-by: Panu Matilainen <pmatilai@redhat.com> Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2013-11-15armv7l:fix faulty line in rpmrc.inAdrian Negreanu1-1/+1
[ 484s] === configuring in db3 (/home/abuild/rpmbuild/BUILD/rpm-4.11.0.1/db3) [ 484s] configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--disable-dependency-tracking' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--sysconfdir=/etc' '--localstatedir=/var' '--with-lua' '--with-acl' '--with-cap' '--enable-shared' '--with-msm' '--build=armv7l-tizen-linux-gnueabi' 'build_alias=armv7l-tizen-linux-gnueabi' 'CFLAGS=-O2 -g -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D __SOFTFP__ -ffunction-sections' 'LDFLAGS=-Wl,-Bsymbolic-functions -ffunction-sections' 'CPPFLAGS= -I/usr/include/nss3 -I/usr/include/nspr4 ' 'CXXFLAGS=-O2 -g -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D __SOFTFP__' --cache-file=/dev/null --srcdir=. [ 485s] configure: WARNING: you should use --build, --host, --target [ 485s] configure: WARNING: you should use --build, --host, --target [ 486s] checking build system type... armv7l-tizen-linux-gnueabi [ 486s] checking host system type... Invalid configuration `__SOFTFP__': machine `__SOFTFP__' not recognized [ 486s] configure: error: /bin/sh ./../db/dist/config.sub __SOFTFP__ failed [ 486s] /bin/mv: cannot stat `Makefile': No such file or directory [ 486s] /bin/cat: Makefile.orig: No such file or directory [ 486s] make: *** No rule to make target `listobjs'. Stop. [ 486s] configure: error: ./configure failed for db3 [ 487s] error: Bad exit status from /var/tmp/rpm-tmp.vjacB0 (%build) [ 487s] [ 487s] [ 487s] RPM build errors: [ 487s] Bad exit status from /var/tmp/rpm-tmp.vjacB0 (%build) Bug-Id: https://bugs.tizen.org/jira/browse/PTREL-398 Change-Id: I36f45d1d52754bbf02b6596eac0d21a715bd451e Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
2013-09-03enforce platform for ARMsubmit/tizen/20130912.090641submit/tizen/20130912.080341accepted/tizen/20130913.024734accepted/tizen/20130912.194240accepted/tizen/20130912.190057Anas Nashif1-1/+1
also set optflag defaults for armv7l Change-Id: I0cdcc093245b1e121b51327b83300b59d101a30b Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2013-02-02rpmrc changesAnas Nashif1-30/+51
2012-08-07Accept em64t architecture as an alias for x86_64 (RhBug:800489)Panu Matilainen1-3/+4
- Some vendors insist on calling their x86_64 packages "em64t" instead of the more standard x86_64. Minimally support this naming convention as those packages aren't going away anytime soon - be liberal in what you accept and all, sigh.
2012-04-17- Add support for ppc64p7 architecture using new auxv parsing infoPhil Knirsch1-0/+5
Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
2012-03-30rpmbuild: warn if header color differs from color of the package architecture.Ales Kozumplik1-0/+33
- For example, warn when building an x86_64 package that only contains 32 bit binaries. - This should indicate to the maintainers that they might have gotten the architecture wrong. - Introduces 'archcolor' in rpmrc so we can map architectures to colors. - Related: RhBug:713323
2009-04-02Use -mtune instead of -mcpu (rhbz#493696)Jindrich Novy1-10/+10
2009-01-26Added ARMv7 architecture supportAlexandr D. Kanevskiy1-0/+5
2008-10-22Increase IEEE-compliance of floating point code for SH platformJindrich Novy1-2/+2
- thanks to CHIKAMA Masaki
2008-03-04Add super-H arch support (rhbz#432496)Panu Matilainen1-0/+19
Patch from Masaki Chikama
2008-01-19Add support for Geode CPU (rhbz#428979)Panu Matilainen1-0/+5
Patch from Dennis Gilmore
2007-09-05Add Sparc Niagara support (rhbz#263521)Panu Matilainen1-3/+14
Patch from Dennis Gilmore.
2007-09-05Remove little useful comments.Ralf Corsépius1-4/+1
2007-08-30Drop macrosfiles from rpmrc.in, we don't read it anymorePanu Matilainen1-2/+0
2007-08-06Couple of ARM-related typo fixes from Lennert Buytenhek.Panu Matilainen1-1/+1
2007-06-21ARM arch update.Panu Matilainen1-5/+28
Adds more ARM sub-archs, and adds some bits to deal properly with the new ARM ABI (EABI). Patch from Lennert Buytenhek.
2005-05-19fix buildarchtranslate for ppc64pauln1-1/+3
CVS patchset: 7854 CVS date: 2005/05/19 17:26:53
2005-01-09- build against external/internal neon.jbj1-1/+2
CVS patchset: 7692 CVS date: 2005/01/09 17:48:19
2005-01-04- mac os x patches (#131943,#131944,#132924,#132926).jbj1-6/+14
CVS patchset: 7671 CVS date: 2005/01/04 17:46:10
2004-11-22- sparcv8: optflags changed to -mtune=ultrasparc (#140420).jbj1-2/+2
CVS patchset: 7593 CVS date: 2004/11/22 21:41:28
2004-10-09More changes from rpm-4_3 branch.jbj1-1/+6
CVS patchset: 7441 CVS date: 2004/10/09 20:22:01
2004-06-16- add ppc8[25]60 arches.jbj1-1/+11
CVS patchset: 7343 CVS date: 2004/06/16 17:48:07
2004-05-26- add aurora/sparc patches (#124469).jbj1-3/+5
CVS patchset: 7252 CVS date: 2004/05/26 21:10:07
2004-03-28buildarchtranslate p3/p4 to i386 as it's on other cases (athlon/i686/i586)arekm1-3/+3
CVS patchset: 7205 CVS date: 2004/03/28 20:10:54
2004-03-28pentium3/pentium4 support by Pawe³ Sikora <pluto/at/pld-linux.org>.arekm1-1/+11
Modified Files: installplatform macros.in rpmrc.in lib/rpmrc.c lib/rpmts.c CVS patchset: 7198 CVS date: 2004/03/28 02:41:32
2004-03-10- add sparcv8 and enable elf32/elf64 Zon sparc64 (#117302).jbj1-1/+4
- fix: --querybynumber looped. CVS patchset: 7161 CVS date: 2004/03/10 23:01:46
2004-03-02- permit globs in macrofiles: directive (#117217).jbj1-2/+2
CVS patchset: 7139 CVS date: 2004/03/02 01:31:01
2004-02-22- add ia32e arch.jbj1-2/+7
CVS patchset: 7116 CVS date: 2004/02/22 20:24:13
2003-12-11- only internal Berkeley db from now on.jbj1-4/+9
- revive "make dist". CVS patchset: 6971 CVS date: 2003/12/11 19:09:58
2003-07-02- don't attempt to remove dbenv on --rebuilddb.jbj1-2/+2
- autorelocate ix86 package file paths on ia64. CVS patchset: 6925 CVS date: 2003/07/02 19:26:04
2003-05-30Consolidate external beecrypt changes.jbj1-2/+8
CVS patchset: 6880 CVS date: 2003/05/30 16:58:13
2003-01-10- fix: obscure corner case(s) with rpmvercmp (#50977).jbj1-1/+4
CVS patchset: 6004 CVS date: 2003/01/10 20:34:26
2002-11-27- apply patches 7 and 8 to db-4.1.24.jbj1-53/+50
- upgrade to elfutils-0.59. - add -g to all platforms optflags. CVS patchset: 5899 CVS date: 2002/11/27 01:28:55
2002-10-09- fix: use size_t consistently, avoid segfault on ia64.jbj1-5/+13
CVS patchset: 5760 CVS date: 2002/10/09 19:07:43
2002-07-18up2date functional on rpm-python-4.1 bindings.jbj1-2/+2
CVS patchset: 5558 CVS date: 2002/07/18 21:42:18
2002-06-28Establish mechanism for up2date to reconfigure rpmlib.jbj1-2/+2
Disambiguate failures to import with error messages. CVS patchset: 5528 CVS date: 2002/06/28 00:35:57
2002-06-20- make sure that rpm can verify prelinked shared libraries.jbj1-2/+2
- don't install /usr/lib/rpm/redhat per-vendor configuration anymore. CVS patchset: 5512 CVS date: 2002/06/20 02:19:21
2002-05-21Enable CDB access as default.jbj1-2/+2
Remove unused int from dbiIndexSet. CVS patchset: 5443 CVS date: 2002/05/21 16:33:33
2002-01-23- turn on auto-generated perl requirements (#58519, #58536, #58537).jbj1-1/+7
Sanity. CVS patchset: 5265 CVS date: 2002/01/23 00:58:47
2001-12-20- solaris: translate i86pc to i386 (#57182).jbj1-1/+5
- fix: %GNUconfigure breaks with single quotes (#57264). - fix: typo in find-requires. - tru64 compiler message cleanup. - add buildarch lines for hppa (#57728). CVS patchset: 5228 CVS date: 2001/12/20 16:28:46
2001-09-15Sync with rpm-4_0 branch.jbj1-1/+1
CVS patchset: 5048 CVS date: 2001/09/15 13:49:11
2001-08-15- always use dl size in regionSwab() return.jbj1-6/+1
- ppc: revert ppcmac to ppc. - ppc: autoconf test for va_copy. CVS patchset: 5015 CVS date: 2001/08/15 14:03:03
2001-07-31- add support for mips (#49283).jbj1-5/+5
- add __as, _build_arch, and __cxx macros (#36662, #36663, #49280). - detailed build package error messages. CVS patchset: 4996 CVS date: 2001/07/31 18:13:22
2001-07-24- rename pmac to ppcmac.jbj1-6/+6
- ia64: revert -O0 compilation. - upgrade to db-3.3.11 final. CVS patchset: 4984 CVS date: 2001/07/24 02:52:52
2001-07-23- add pmac/ppciseries/ppcpseries varieties to ppc arch family.jbj1-7/+35
- include tdigest.c tkey.c and trpmio.c to "make dist". - re-enable dependency resolution source from package NVR. CVS patchset: 4973 CVS date: 2001/07/23 16:02:27
2001-07-18- resurrect --specedit for i18n.jbj1-2/+2
CVS patchset: 4957 CVS date: 2001/07/18 23:03:27
2001-07-14- isolate cdb access configuration (experimental, use at your own risk).jbj1-2/+2
- fix: hard fail on locked dbopen if CDB locking not in use. - fix: dbconfig with mp_mmapsize=16Mb/mp_size=1Mb for "everything ENOSPC" failure check. CVS patchset: 4942 CVS date: 2001/07/14 20:09:56
2001-06-19- preliminary abstraction to support per-header methods.jbj1-2/+11
CVS patchset: 4878 CVS date: 2001/06/19 11:38:51