fix
authorMatthias Braun <matze@braunis.de>
Mon, 8 Sep 2008 08:17:00 +0000 (08:17 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 8 Sep 2008 08:17:00 +0000 (08:17 +0000)
[r21744]

ast2firm.c

index a882c2a..035b793 100644 (file)
@@ -5442,7 +5442,7 @@ void init_ast2firm(void)
                break;
        case OS_SUPPORT_LINUX:
                create_ld_ident = create_ld_ident_linux_elf;
-               set_be_option("ia32-gasmode=linux");
+               set_be_option("ia32-gasmode=elf");
                break;
        case OS_SUPPORT_MACHO:
                create_ld_ident = create_ld_ident_macho;