Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
008c195cae
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      architecture/x86/archtest.sh

+ 1
- 0
architecture/x86/archtest.sh

@ -11,6 +11,7 @@ if [ "$ROCKCFG_X86_BITS" = 32 ] ; then
arch_machine="i686" ;;
esac
else
arch_sizeof_long=8
arch_sizeof_char_p=8
arch_machine="x86_64"
fi

Loading…
Cancel
Save