Browse Source

Changed lib/parse-config to export arch_abis

user/amery/multilib
Christian Wiese 17 years ago
committed by Alejandro Mery
parent
commit
1318579eb0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/parse-config

+ 1
- 1
lib/parse-config

@ -23,7 +23,7 @@ sdever=$(lib/version.sh)
# [END] of version section
crossnative=native ; stagelevel=${stagelevel:-1} ; arch=any
arch_sizeof_long_long=undef ; arch_sizeof_int=undef ; export arch_machine=undef
arch_sizeof_long_long=undef ; arch_sizeof_int=undef ; export arch_machine=undef arch_abis=undef
arch_sizeof_char_p=undef ; arch_sizeof_long=undef ; arch_bigendian=undef
arch_sizeof_short=undef ; arch_target=any-unknown-linux

Loading…
Cancel
Save