diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/amdx86-64.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/m/amdx86-64.h b/src/m/amdx86-64.h index f7dfb126e6e..b2e6cae48c7 100644 --- a/src/m/amdx86-64.h +++ b/src/m/amdx86-64.h | |||
| @@ -17,15 +17,6 @@ GNU General Public License for more details. | |||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #ifdef i386 | ||
| 21 | /* Although we're running on an amd64 kernel, we're actually compiling for | ||
| 22 | the x86 architecture. The user should probably have provided an | ||
| 23 | explicit --build to `configure', but if everything else than the kernel | ||
| 24 | is running in i386 mode, then the bug is really ours: we should have | ||
| 25 | guessed better. */ | ||
| 26 | #include "m/intel386.h" | ||
| 27 | #else | ||
| 28 | |||
| 29 | /* The following line tells the configuration script what sort of | 20 | /* The following line tells the configuration script what sort of |
| 30 | operating system this machine is likely to run. | 21 | operating system this machine is likely to run. |
| 31 | USUAL-OPSYS="linux" */ | 22 | USUAL-OPSYS="linux" */ |
| @@ -90,7 +81,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 90 | #define LIB_STANDARD -lgcc -lc -lgcc $(CRT_DIR)/crtn.o | 81 | #define LIB_STANDARD -lgcc -lc -lgcc $(CRT_DIR)/crtn.o |
| 91 | 82 | ||
| 92 | #endif /* SOLARIS2 */ | 83 | #endif /* SOLARIS2 */ |
| 93 | #endif /* !i386 */ | ||
| 94 | 84 | ||
| 95 | /* arch-tag: 8a5e001d-e12e-4692-a3a6-0b15ba271c6e | 85 | /* arch-tag: 8a5e001d-e12e-4692-a3a6-0b15ba271c6e |
| 96 | (do not change this comment) */ | 86 | (do not change this comment) */ |