1
0
mirror of https://github.com/simh/simh.git synced 2026-01-27 04:22:24 +00:00

Changed all internal #ifdef's which were conditional on __linux to be conditional on either __linux or __linux__. Some platforms (PPC) don't define __linux when gcc is invoked with -std=c99.

This commit is contained in:
Mark Pizzolato
2013-02-20 21:57:02 -08:00
parent 952f29e205
commit 4ff56d6c15
7 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#
# This GNU make makefile has been tested on:
# Linux (x86 & Sparc)
# Linux (x86 & Sparc & PPC)
# OS X
# Solaris (x86 & Sparc)
# OpenBSD