]> git.pld-linux.org Git - packages/gdb.git/commitdiff
- reorganize to better crosscompiling
authorArtur Frysiak <artur@frysiak.net>
Fri, 14 May 1999 23:38:11 +0000 (23:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdb.spec -> 1.7

gdb.spec

index 5024acb3307e61f389d8b30db77ece438a76acd5..d72dcdde4e022dc73c441954106586387f686e3c 100644 (file)
--- a/gdb.spec
+++ b/gdb.spec
@@ -46,8 +46,10 @@ ve herhangi bir anda program
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure %{_target} \
-       --prefix=/usr 
+./configure \
+       --prefix=/usr \
+       --target=%{_target_platform} \
+       --host=%{_host}
 make
 make info
 
This page took 0.04079 seconds and 4 git commands to generate.