diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-07-05 20:32:40 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-07-05 20:32:40 (GMT) |
commit | 0589ff74ae3d37140c63d195f4667b8478d7f67c (patch) | |
tree | 6f58ff833279a57f9fc1e38a311ef5bad8f51177 /Tests/Assembler/main-linux-x86-gas.s | |
parent | f9fb18f875a37c45f85d7181c6294f0f8e644f70 (diff) | |
download | CMake-0589ff74ae3d37140c63d195f4667b8478d7f67c.zip CMake-0589ff74ae3d37140c63d195f4667b8478d7f67c.tar.gz CMake-0589ff74ae3d37140c63d195f4667b8478d7f67c.tar.bz2 |
COMP: skip APPLE, since there with universal binaries the assembler file would be built for both architectures
Alex
Diffstat (limited to 'Tests/Assembler/main-linux-x86-gas.s')
-rw-r--r-- | Tests/Assembler/main-linux-x86-gas.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/Assembler/main-linux-x86-gas.s b/Tests/Assembler/main-linux-x86-gas.s index 9e260a3..da8e845 100644 --- a/Tests/Assembler/main-linux-x86-gas.s +++ b/Tests/Assembler/main-linux-x86-gas.s @@ -1,4 +1,3 @@ - .file "main.c" .section .rodata .align 4 .LC0: |