HomeSort by relevance Sort by last modified time
    Searched refs:I386 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
sysroot-creator.sh 68 readonly PACKAGE_FILE_I386="main/binary-i386/Packages.bz2"
75 readonly DEBIAN_DEP_LIST_I386="packagelist.${DIST}.i386"
124 echo $1 | grep -qs I386$ && ARCH=I386
136 I386)
286 lscripts="${INSTALL_ROOT}/usr/lib/i386-linux-gnu/libpthread.so \
287 ${INSTALL_ROOT}/usr/lib/i386-linux-gnu/libc.so"
290 sed -i -e 's|/usr/lib/i386-linux-gnu/||g' ${lscripts}
291 sed -i -e 's|/lib/i386-linux-gnu/||g' ${lscripts}
297 ln -s ../lib/i386-linux-gnu/pkgconfig ${INSTALL_ROOT}/usr/share/pkgconfi
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
configure.ac 218 # (This isn't needed on i386, where -fno-omit-frame-pointer is the default).
226 # i386 systems that I know of, do. I don't know about non-x86 chips).
241 # We need to know if we're i386 so we can turn on -mmms, which is not
242 # on by default for i386 (it is for x86_64).
245 AM_CONDITIONAL(I386, test "$is_i386" = yes)
Makefile.am 32 # On i386, -mmmx is needed for the mmx-based instructions in
34 if I386
36 endif I386
59 # default (all i386 systems that I know of, do. I don't know about
    [all...]

Completed in 158 milliseconds