
#7922: adding direct *.c -> object code (*.o/so/dylib) support to compilation driver ---------------------------------+------------------------------------------ Reporter: carter | Owner: Type: feature request | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.7 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: #7904 | ---------------------------------+------------------------------------------ Comment(by igloo): What about if you run: {{{ cd cbits gcc -m64 -fno-stack-protector -m64 -x c cbits/daft.c -fno-common -Wimplicit -S -march=native -O2 gcc -m64 -fno-stack-protector -m64 -march=native -c daft.s }}} ? -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7922#comment:15 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler