Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Change
Next Change
→
Changeset
6a78e84
in mainline for
Makefile
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2006-04-09T16:01:32Z (
19 years
ago)
Author:
Martin Decky <martin@…>
Branches:
lfn
,
master
,
serial
,
ticket/834-toolchain-update
,
topic/msim-upgrade
,
topic/simplify-dev-export
Children:
9055bd1
Parents:
602c9101
Message:
remove AFLAGS from C argument list
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
r602c9101
r6a78e84
223
223
224
224
%.o: %.S
225
$(CC) $(DEFS) $(
AFLAGS) $(
CFLAGS) -D__ASM__ -c $< -o $@
225
$(CC) $(DEFS) $(
CFLAGS) -D__ASM__ -c $< -o $@
226
226
227
227
%.o: %.s
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive