mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-12 03:05:37 +00:00
10 lines
238 B
Makefile
10 lines
238 B
Makefile
#name: PR 22319 - required undefined symbols in output
|
|
#ld: -u undefined_symbol -e 0
|
|
#nm: -u
|
|
#notarget: dlx-*-*
|
|
# The DLX target fails because it needs a special linker script to handle file symbols.
|
|
|
|
[ ]+U+[ ]+undefined_symbol
|
|
#pass
|
|
|