Rev 2602 | Rev 2745 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2602 | Rev 2603 | ||
|---|---|---|---|
| Line 69... | Line 69... | ||
| 69 | -include arch/$(ARCH)/Makefile.inc |
69 | -include arch/$(ARCH)/Makefile.inc |
| 70 | -include genarch/Makefile.inc |
70 | -include genarch/Makefile.inc |
| 71 | 71 | ||
| 72 | ## The at-sign |
72 | ## The at-sign |
| 73 | # |
73 | # |
| 74 | # THE $(ATSIGN) variable holds the ASCII character representing the at-sign |
74 | # The $(ATSIGN) variable holds the ASCII character representing the at-sign |
| 75 | # ('@') used in various $(AS) constructs (e.g. @progbits). On architectures that |
75 | # ('@') used in various $(AS) constructs (e.g. @progbits). On architectures that |
| 76 | # don't use '@' for starting a comment, $(ATSIGN) is merely '@'. However, on |
76 | # don't use '@' for starting a comment, $(ATSIGN) is merely '@'. However, on |
| 77 | # those that do use it for starting a comment (e.g. arm32), $(ATSIGN) must be |
77 | # those that do use it for starting a comment (e.g. arm32), $(ATSIGN) must be |
| 78 | # defined as the percentile-sign ('%') in the architecture-dependent |
78 | # defined as the percentile-sign ('%') in the architecture-dependent |
| 79 | # Makefile.inc. |
79 | # Makefile.inc. |