diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-10-31 20:36:15 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-10-31 20:36:15 +0000 |
commit | a5ebaed47359be9a8e5b8bdcf2f482e7d852c5aa (patch) | |
tree | d24381ffce02ec7528d678e36e47664aa7cf7c1b /sys | |
parent | 8f8685affa1f1960cfaa44476c713e95447bebbc (diff) |
A chunk from my WIP bootblocks tree went in by mistake in previous commit;
spotted by deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sgi/stand/Makefile32.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/stand/Makefile32.inc b/sys/arch/sgi/stand/Makefile32.inc index 5f9d2fc5078..b5f22731448 100644 --- a/sys/arch/sgi/stand/Makefile32.inc +++ b/sys/arch/sgi/stand/Makefile32.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile32.inc,v 1.2 2009/10/31 13:22:50 miod Exp $ +# $OpenBSD: Makefile32.inc,v 1.3 2009/10/31 20:36:14 miod Exp $ .ifndef __INCLUDED_STAND_MAKEFILE32_INC __INCLUDED_STAND_MAKEFILE32_INC= @@ -17,7 +17,7 @@ AS?= as AS+= -32 LD?= ld LD+= -m elf32btsmip -#LIBSA_CPPFLAGS= +LIBSA_CPPFLAGS= .endif ### Figure out what to use for libsa and libz |