mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-09 20:32:32 +01:00
5 lines
190 B
C
5 lines
190 B
C
/* Configuration for GCC for Intel i386 or later running macOS as host. */
|
|
|
|
#include <alloca.h> // Guess who doesn't support alloca() without a certain include?
|
|
#include "i386/xm-i386.h"
|