diff options
Diffstat (limited to 'emulators/generator/Makefile')
-rw-r--r-- | emulators/generator/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emulators/generator/Makefile b/emulators/generator/Makefile index 2df579756596..f9e3c854518c 100644 --- a/emulators/generator/Makefile +++ b/emulators/generator/Makefile @@ -48,13 +48,8 @@ post-patch: . endif .endif -# Generator does not automatically determine the GCC version. .if !defined(WITHOUT_OPTIMIZED_CFLAGS) -. if ${OSVERSION} < 500035 -CONFIGURE_ARGS+=--with-gcc=2 -. elif ${OSVERSION} >= 500035 CONFIGURE_ARGS+=--with-gcc=3 -. endif .else CONFIGURE_ARGS+=--without-gcc .endif |