Skip to content

Instantly share code, notes, and snippets.

@armornick
Created February 19, 2016 05:29
Show Gist options
  • Save armornick/b729aa1cb8e0997090d8 to your computer and use it in GitHub Desktop.
Save armornick/b729aa1cb8e0997090d8 to your computer and use it in GitHub Desktop.
My personal custom GCC specs file
%rename cpp super_cpp
*cpp:
%(super_cpp) %{municode:-D_UNICODE} -DNTDDI_VERSION=0x06000000 -DWINVER=0x0600 -D_WIN32_WINNT=0x0600
*libgcc_link:
%{shared-libgcc:-lgcc_s -lgcc} %{static|static-libgcc|!shared-libgcc:-lgcc -lgcc_eh}
*libgcc:
%{mthreads:-lmingwthrd} -lmingw32 %(libgcc_link) -lmingwex -lmsvcr120
@armornick
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment