From ac43b5ebbb58a32d389a34479b04b9186ab5ccb6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 31 Jan 2001 11:25:12 +0000 Subject: [PATCH] fixed builing on alpha. stb Changed files: gdb.spec -> 1.33 --- gdb.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gdb.spec b/gdb.spec index 182cc53..519b319 100644 --- a/gdb.spec +++ b/gdb.spec @@ -5,7 +5,7 @@ Summary(pl): Symboliczny odpluskwiacz dla C i innych j Summary(tr): C ve diðer diller için sembolik hata ayýklayýcý Name: gdb Version: 5.0 -Release: 3 +Release: 4 License: GPL Group: Development/Debuggers Group(pl): Programowanie/Odpluskwiacze @@ -68,10 +68,12 @@ verir. --enable-multi-ice \ --enable-gdbmi \ --enable-netrom \ - --with-cpu=%{__host_cpu} \ + --with-cpu=%{_host_cpu} \ --with-x \ - --with-mmap \ - --with-mmalloc +%ifnarch alpha + --with-mmalloc \ +%endif + --with-mmap # --enable-tui # rebuild main Makefile again (due to some bug, Makefile is deleted) -- 2.44.0