Changeset 561 for trunk/src/corelib/arch/macosx
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/corelib/arch/macosx/arch.pri
r2 r561 2 2 # Mac OS X architecture 3 3 # 4 !*-icc*:!*-g++* { 5 contains($$list($$system(uname -m)), .*86):SOURCES += $$QT_ARCH_CPP/../i386/qatomic.s 6 else:SOURCES += $$QT_ARCH_CPP/../powerpc/qatomic32.s 7 } 4 5 # Left blank intentionally since all the current compilers that we support can 6 # handle in-line assembly. -
trunk/src/corelib/arch/macosx/qatomic32_ppc.s
r2 r561 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 1 41 .section __TEXT,__text,regular,pure_instructions 2 42 .section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
Note:
See TracChangeset
for help on using the changeset viewer.