[MacPorts] #67360: gcc10-bootstrap @10.3.0_5+universal: as: I don't understand 'm' flag!
MacPorts
noreply at macports.org
Tue May 2 17:45:38 UTC 2023
#67360: gcc10-bootstrap @10.3.0_5+universal: as: I don't understand 'm' flag!
------------------------+-----------------------------
Reporter: Cebtenzzre | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Keywords: tiger | Port: gcc10-bootstrap
------------------------+-----------------------------
gcc10-bootstrap cannot compile a simple C source file on OS X Tiger:
{{{
void foo(void) {}
}}}
This is the error:
{{{
$ /opt/local/libexec/gcc10-bootstrap/bin/gcc -c foo.c
FATAL:/opt/local/bin/../libexec/as/i386/as: I don't understand 'm' flag!
}}}
This is the assembler invocation:
{{{
COLLECT_GCC_OPTIONS='-v' '-c' '-o' 'foo.o' '-mmacosx-version-min=10.4'
'-nodefaultexport' '-mtune=core2'
as -arch i386 -v -force_cpusubtype_ALL -mmacosx-version-min=10.4 -o foo.o
/var/tmp//ccn56HXa.s
Apple Inc version cctools-localbuild, GNU assembler version 1.38
}}}
--
Ticket URL: <https://trac.macports.org/ticket/67360>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list