]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb.spec
- reorganize to better crosscompiling
[packages/gdb.git] / 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.072577 seconds and 4 git commands to generate.