summaryrefslogtreecommitdiff
path: root/ld/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/config.h')
-rw-r--r--ld/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/config.h b/ld/config.h
index 201c153..1629ba3 100644
--- a/ld/config.h
+++ b/ld/config.h
@@ -17,10 +17,12 @@
#undef HOST_8BIT /* enable some 8-bit optimizations */
-/* #define S_ALIGNMENT 4 */ /* source memory alignment, power of 2 */
+#ifndef __BCC__
+#define S_ALIGNMENT 4 /* source memory alignment, power of 2 */
/* don't use for 8 bit processors */
/* don't use even for 80386 - overhead for */
/* alignment cancels improved access */
+#endif
/* these must be defined to suit the source libraries */