]> git.pld-linux.org Git - packages/gdb.git/commitdiff
fixed builing on alpha. stb gdb-5_0-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 31 Jan 2001 11:25:12 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdb.spec -> 1.33

gdb.spec

index 182cc539808e635d0f4dbdb5b73a9760869e2daa..519b3195ec38368d783ac2b18b6dbb94beaee8b2 100644 (file)
--- 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)
This page took 0.034485 seconds and 4 git commands to generate.