forked from Lainports/opnsense-ports
16 lines
371 B
Text
16 lines
371 B
Text
--- configure.orig 2018-04-20 10:02:55 UTC
|
|
+++ configure
|
|
@@ -3516,12 +3516,7 @@ target_os_default=$(tolower $(uname -s))
|
|
host_os=$target_os_default
|
|
|
|
# machine
|
|
-if test "$target_os_default" = aix; then
|
|
- arch_default=$(uname -p)
|
|
- strip_default="strip -X32_64"
|
|
-else
|
|
- arch_default=$(uname -m)
|
|
-fi
|
|
+arch_default=$(uname -p)
|
|
cpu="generic"
|
|
intrinsics="none"
|
|
|